diff --git a/.p4ignore b/.p4ignore new file mode 100644 index 0000000..9f97134 --- /dev/null +++ b/.p4ignore @@ -0,0 +1,4 @@ +# ignore git +.git/ +.gitignore +.gitattributes \ No newline at end of file diff --git a/CHANGELOG.md.meta b/CHANGELOG.md.meta new file mode 100644 index 0000000..632d139 --- /dev/null +++ b/CHANGELOG.md.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 43c03a9f863543140bdba0024d5dab1a +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Editor.meta b/Editor.meta new file mode 100644 index 0000000..e6c038b --- /dev/null +++ b/Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: eab0255485f13ae4a9f8e154a12b7b7b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Editor/COMPANYNAME.PACKAGENAME.Editor.asmdef b/Editor/COMPANYNAME.PACKAGENAME.Editor.asmdef deleted file mode 100644 index 2c9e8f1..0000000 --- a/Editor/COMPANYNAME.PACKAGENAME.Editor.asmdef +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "COMPANYNAME.PACKAGENAME.Editor", - "references": [ - "COMPANYNAME.PACKAGENAME" - ], - "includePlatforms": [ - "Editor" - ], - "excludePlatforms": [], - "allowUnsafeCode": false, - "overrideReferences": false, - "precompiledReferences": [], - "autoReferenced": true, - "defineConstraints": [], - "versionDefines": [] -} \ No newline at end of file diff --git a/Editor/EditorExample.cs b/Editor/EditorExample.cs deleted file mode 100644 index 7bf43e5..0000000 --- a/Editor/EditorExample.cs +++ /dev/null @@ -1,6 +0,0 @@ -using UnityEngine; -using UnityEditor; - -namespace COMPANYNAME.PACKAGENAME.Editor -{ -} \ No newline at end of file diff --git a/Tests/Editor/COMPANYNAME.PACKAGENAME.Editor.Tests.asmdef b/Editor/TAO.InteractiveMask.Editor.asmdef similarity index 59% rename from Tests/Editor/COMPANYNAME.PACKAGENAME.Editor.Tests.asmdef rename to Editor/TAO.InteractiveMask.Editor.asmdef index ef6c99d..476844d 100644 --- a/Tests/Editor/COMPANYNAME.PACKAGENAME.Editor.Tests.asmdef +++ b/Editor/TAO.InteractiveMask.Editor.asmdef @@ -1,8 +1,8 @@ { - "name": "COMPANYNAME.PACKAGENAME.Editor.Tests", + "name": "TAO.InteractiveMask.Editor", + "rootNamespace": "TAO.InteractiveMask.Editor", "references": [ - "COMPANYNAME.PACKAGENAME", - "COMPANYNAME.PACKAGENAME.Editor" + "TAO.InteractiveMask" ], "includePlatforms": [ "Editor" @@ -14,7 +14,5 @@ "autoReferenced": true, "defineConstraints": [], "versionDefines": [], - "optionalUnityReferences": [ - "TestAssemblies" - ] + "noEngineReferences": false } \ No newline at end of file diff --git a/Editor/TAO.InteractiveMask.Editor.asmdef.meta b/Editor/TAO.InteractiveMask.Editor.asmdef.meta new file mode 100644 index 0000000..2c882e5 --- /dev/null +++ b/Editor/TAO.InteractiveMask.Editor.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 272f668ed0408c143ad3843ca50ac3c7 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/LICENSE.md b/LICENSE.md index 7bbabf9..dbb82bf 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,8 @@ MIT License -Copyright (c) 2020 COMPANYNAME +Overall package is licensed under MIT, unless otherwise noted in the 3rd party licenses file and/or source code. + +Copyright (c) 2021 Tech Art Outsource Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/LICENSE.md.meta b/LICENSE.md.meta new file mode 100644 index 0000000..2668634 --- /dev/null +++ b/LICENSE.md.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0cf73c655747d4348b01fa90238f8d1a +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/README.md b/README.md index d1a57a1..7cf6c18 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# [COMPANYNAME]() - PACKAGENAME +# TECH ART OUTSOURCE - Interactive Mask -Description. +Interactive mask setup. ## Install diff --git a/README.md.meta b/README.md.meta new file mode 100644 index 0000000..5354a04 --- /dev/null +++ b/README.md.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9f15f927838c76c40a55cf2192f8e5a7 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Runtime.meta b/Runtime.meta new file mode 100644 index 0000000..d6c022e --- /dev/null +++ b/Runtime.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f67f21bbbc85e6349812feb76753b8db +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Runtime/RuntimeExample.cs b/Runtime/RuntimeExample.cs deleted file mode 100644 index 9315689..0000000 --- a/Runtime/RuntimeExample.cs +++ /dev/null @@ -1,5 +0,0 @@ -using UnityEngine; - -namespace COMPANYNAME.PACKAGENAME -{ -} \ No newline at end of file diff --git a/Runtime/COMPANYNAME.PACKAGENAME.asmdef b/Runtime/TAO.InteractiveMask.asmdef similarity index 63% rename from Runtime/COMPANYNAME.PACKAGENAME.asmdef rename to Runtime/TAO.InteractiveMask.asmdef index 39855df..a3006f8 100644 --- a/Runtime/COMPANYNAME.PACKAGENAME.asmdef +++ b/Runtime/TAO.InteractiveMask.asmdef @@ -1,5 +1,6 @@ { - "name": "COMPANYNAME.PACKAGENAME", + "name": "TAO.InteractiveMask", + "rootNamespace": "TAO.InteractiveMask", "references": [], "includePlatforms": [], "excludePlatforms": [], @@ -8,5 +9,6 @@ "precompiledReferences": [], "autoReferenced": true, "defineConstraints": [], - "versionDefines": [] + "versionDefines": [], + "noEngineReferences": false } \ No newline at end of file diff --git a/Runtime/TAO.InteractiveMask.asmdef.meta b/Runtime/TAO.InteractiveMask.asmdef.meta new file mode 100644 index 0000000..71c267b --- /dev/null +++ b/Runtime/TAO.InteractiveMask.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 89548ba67b3a24d43b905882d2773bd9 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Samples~/Example1/Example.txt b/Samples~/Example1/Example.txt deleted file mode 100644 index d505ef0..0000000 --- a/Samples~/Example1/Example.txt +++ /dev/null @@ -1,2 +0,0 @@ -This is just a template package with a template sample folder structure. -Import of this example file is successful! diff --git a/THIRD PARTY NOTICES.md.meta b/THIRD PARTY NOTICES.md.meta new file mode 100644 index 0000000..2ef505a --- /dev/null +++ b/THIRD PARTY NOTICES.md.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5ee968c3a05437f46a111d06f26999c6 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Tests/Editor/TestEditorExample.cs b/Tests/Editor/TestEditorExample.cs deleted file mode 100644 index caf7bbb..0000000 --- a/Tests/Editor/TestEditorExample.cs +++ /dev/null @@ -1,26 +0,0 @@ -using UnityEngine; -using UnityEngine.TestTools; -using UnityEditor; -using System.Collections; -using System.Collections.Generic; -using NUnit.Framework; - -namespace COMPANYNAME.PACKAGENAME.Editor.Tests -{ - public class TestEditorExample - { - [Test] - public void TestEditorExampleSimplePasses() - { - // Use the Assert class to test conditions - } - - [UnityTest] - public IEnumerator TestEditorExampleWithEnumeratorPasses() - { - // Use the Assert class to test conditions. - // Use yield to skip a frame. - yield return null; - } - } -} \ No newline at end of file diff --git a/Tests/Runtime/COMPANYNAME.PACKAGENAME.Tests.asmdef b/Tests/Runtime/COMPANYNAME.PACKAGENAME.Tests.asmdef deleted file mode 100644 index d6c0cd3..0000000 --- a/Tests/Runtime/COMPANYNAME.PACKAGENAME.Tests.asmdef +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "COMPANYNAME.PACKAGENAME.Tests", - "references": [ - "COMPANYNAME.PACKAGENAME" - ], - "includePlatforms": [], - "excludePlatforms": [], - "allowUnsafeCode": false, - "overrideReferences": false, - "precompiledReferences": [], - "autoReferenced": true, - "defineConstraints": [], - "versionDefines": [], - "optionalUnityReferences": [ - "TestAssemblies" - ] -} \ No newline at end of file diff --git a/Tests/Runtime/TestRuntimeExample.cs b/Tests/Runtime/TestRuntimeExample.cs deleted file mode 100644 index bb62108..0000000 --- a/Tests/Runtime/TestRuntimeExample.cs +++ /dev/null @@ -1,25 +0,0 @@ -using UnityEngine; -using UnityEngine.TestTools; -using System.Collections; -using System.Collections.Generic; -using NUnit.Framework; - -namespace COMPANYNAME.PACKAGENAME.Tests -{ - public class TestRuntimeExample - { - [Test] - public void TestRuntimeExampleSimplePasses() - { - // Use the Assert class to test conditions - } - - [UnityTest] - public IEnumerator TestRuntimeExampleEnumeratorPasses() - { - // Use the Assert class to test conditions. - // Use yield to skip a frame. - yield return null; - } - } -} diff --git a/package.json b/package.json index 5c6f7f8..e16fb64 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "com.COMPANYNAME.PACKAGENAME", - "displayName": "Template Unity Package", + "name": "com.tech_art_outsource.interactive_mask", + "displayName": "TAO Interactive Mask", "version": "0.1.0", - "unity": "2019.3", - "unityRelease": "7f1", - "description": "This is a template package, used as a basis to build a bigger one.", + "unity": "2020.2", + "unityRelease": "1f1", + "description": "A tool to setup interactive masks.", "category": "Tool", "type": "tool", "license": "MIT", @@ -13,18 +13,8 @@ "email": "info@maxartz15.com", "url": "https://www.maxartz15.com" }, - "dependencies": { - "com.maxartz15.package1": "0.1.0" - }, "keywords": [ - "COMPANYNAME", - "PACKAGENAME" - ], - "samples": [ - { - "displayName": "Example 1", - "description": "This sample is just an example", - "path": "Samples~/Example1" - } + "tech art outsource", + "interactive mask" ] } diff --git a/package.json.meta b/package.json.meta new file mode 100644 index 0000000..2c63e63 --- /dev/null +++ b/package.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 16e1e6eb4d0700741945bbd8c1e17558 +PackageManifestImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: