Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ef305d06fe | |||
| 27c901a24d | |||
| aa2648584f |
-18
@@ -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
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b427d1329953ae946a0fcb528efcb3a3
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,10 +1,17 @@
|
||||
{
|
||||
"name": "com.mackysoft.serializereference-extensions",
|
||||
"displayName": "SerializeReference Extensions",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"unity": "2019.4",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user