From aa2648584fa8d594aa4922cdd0d542092b36596f Mon Sep 17 00:00:00 2001 From: KOGA Mitsuhiro Date: Sun, 23 May 2021 21:09:19 +0900 Subject: [PATCH] support upm Samples --- ...SerializeReferenceExtensions.Example.asmdef | 18 ------------------ ...lizeReferenceExtensions.Example.asmdef.meta | 7 ------- .../package.json | 9 ++++++++- 3 files changed, 8 insertions(+), 26 deletions(-) delete mode 100644 Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Example/ExampleAssets/Scripts/Runtime/MackySoft.SerializeReferenceExtensions.Example.asmdef delete mode 100644 Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Example/ExampleAssets/Scripts/Runtime/MackySoft.SerializeReferenceExtensions.Example.asmdef.meta diff --git a/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Example/ExampleAssets/Scripts/Runtime/MackySoft.SerializeReferenceExtensions.Example.asmdef b/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Example/ExampleAssets/Scripts/Runtime/MackySoft.SerializeReferenceExtensions.Example.asmdef deleted file mode 100644 index b51f878..0000000 --- a/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Example/ExampleAssets/Scripts/Runtime/MackySoft.SerializeReferenceExtensions.Example.asmdef +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "MackySoft.SerializeReferenceExtensions.Example", - "rootNamespace": "", - "references": [ - "GUID:49b49c76ee64f6b41bf28ef951cb0e50" - ], - "includePlatforms": [], - "excludePlatforms": [], - "allowUnsafeCode": false, - "overrideReferences": false, - "precompiledReferences": [], - "autoReferenced": true, - "defineConstraints": [ - "UNITY_2019_3_OR_NEWER" - ], - "versionDefines": [], - "noEngineReferences": false -} \ No newline at end of file diff --git a/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Example/ExampleAssets/Scripts/Runtime/MackySoft.SerializeReferenceExtensions.Example.asmdef.meta b/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Example/ExampleAssets/Scripts/Runtime/MackySoft.SerializeReferenceExtensions.Example.asmdef.meta deleted file mode 100644 index 2085237..0000000 --- a/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Example/ExampleAssets/Scripts/Runtime/MackySoft.SerializeReferenceExtensions.Example.asmdef.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: b427d1329953ae946a0fcb528efcb3a3 -AssemblyDefinitionImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/package.json b/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/package.json index 724013c..77cf8cd 100644 --- a/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/package.json +++ b/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/package.json @@ -6,5 +6,12 @@ "description": "Provide popup to specify the type of the field serialized by the [SerializeReference] attribute in the inspector.", "keywords": [ "SerializeReference", "Editor" ], "license": "MIT", - "dependencies": {} + "dependencies": {}, + "samples": [ + { + "displayName": "Example", + "description": "", + "path": "Example" + } + ] } \ No newline at end of file