diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 964484b..28ce318 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: Release env: - TARGET_FILE: ./Assets/Fungus/package.json + TARGET_FILE: ./Assets/EasyADV/Scripts/package.json FILE_NAME: "EasyADV" BUILD_METHOD: "PackageExporter.Export" diff --git a/Assets/EasyADV/Scripts/EasyADV.asmdef b/Assets/EasyADV/Scripts/EasyADV.asmdef new file mode 100644 index 0000000..1ac7ce6 --- /dev/null +++ b/Assets/EasyADV/Scripts/EasyADV.asmdef @@ -0,0 +1,19 @@ +{ + "name": "EasyADV", + "rootNamespace": "", + "references": [ + "GUID:007db7f7a4c8f944990d71603a110f82", + "GUID:f51ebe6a0ceec4240a699833d6309b23", + "GUID:cc04cd67926c76747844771fb8e474a5", + "GUID:34cf00d3f10a8f34783a2f8b914a0219" + ], + "includePlatforms": [], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": true, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [], + "versionDefines": [], + "noEngineReferences": false +} \ No newline at end of file diff --git a/Assets/EasyADV/Scripts/EasyADV.asmdef.meta b/Assets/EasyADV/Scripts/EasyADV.asmdef.meta new file mode 100644 index 0000000..8e20414 --- /dev/null +++ b/Assets/EasyADV/Scripts/EasyADV.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e4653d10c35710f49b55933100a78479 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/EasyADV/Scripts/package.json b/Assets/EasyADV/Scripts/package.json new file mode 100644 index 0000000..a50ce8c --- /dev/null +++ b/Assets/EasyADV/Scripts/package.json @@ -0,0 +1,16 @@ +{ + "name": "com.midralab.easy-adv", + "displayName": "Easy ADV", + "version": "0.0.1", + "unity": "2022.2", + "description": "Library for easier ADV production using Fungus and Google Sheet", + + "keywords": [ + "adv", + "fungus", + "google sheet" + ], + + "dependencies": { + } +} \ No newline at end of file diff --git a/Assets/EasyADV/Scripts/package.json.meta b/Assets/EasyADV/Scripts/package.json.meta new file mode 100644 index 0000000..c8ba316 --- /dev/null +++ b/Assets/EasyADV/Scripts/package.json.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 33060683b5504da3a6f42ef23f71b936 +timeCreated: 1680926484 \ No newline at end of file