Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f0206e3cc | |||
| 4b6203b9d9 | |||
| 1abb5d7e35 |
+2
-1
@@ -81,7 +81,8 @@ namespace MackySoft.SerializeReferenceExtensions.Editor {
|
||||
m_TargetProperty.serializedObject.ApplyModifiedProperties();
|
||||
};
|
||||
|
||||
m_TypePopups.Add(managedReferenceFieldTypename,new TypePopupCache(popup,state));
|
||||
result = new TypePopupCache(popup, state);
|
||||
m_TypePopups.Add(managedReferenceFieldTypename, result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.mackysoft.serializereference-extensions",
|
||||
"displayName": "SerializeReference Extensions",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"unity": "2019.4",
|
||||
"description": "Provide popup to specify the type of the field serialized by the [SerializeReference] attribute in the inspector.",
|
||||
"keywords": [ "SerializeReference", "Editor" ],
|
||||
|
||||
Reference in New Issue
Block a user