support upm Samples

This commit is contained in:
KOGA Mitsuhiro 2021-05-23 21:09:19 +09:00
parent 8a5a35f46f
commit aa2648584f
3 changed files with 8 additions and 26 deletions

View File

@ -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
}

View File

@ -1,7 +0,0 @@
fileFormatVersion: 2
guid: b427d1329953ae946a0fcb528efcb3a3
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -6,5 +6,12 @@
"description": "Provide popup to specify the type of the field serialized by the [SerializeReference] attribute in the inspector.", "description": "Provide popup to specify the type of the field serialized by the [SerializeReference] attribute in the inspector.",
"keywords": [ "SerializeReference", "Editor" ], "keywords": [ "SerializeReference", "Editor" ],
"license": "MIT", "license": "MIT",
"dependencies": {} "dependencies": {},
"samples": [
{
"displayName": "Example",
"description": "",
"path": "Example"
}
]
} }