serializedObject.Update() is now called when an item is selected
This commit is contained in:
parent
1f0206e3cc
commit
368bae3cdc
@ -79,6 +79,7 @@ namespace MackySoft.SerializeReferenceExtensions.Editor {
|
||||
object obj = m_TargetProperty.SetManagedReference(type);
|
||||
m_TargetProperty.isExpanded = (obj != null);
|
||||
m_TargetProperty.serializedObject.ApplyModifiedProperties();
|
||||
m_TargetProperty.serializedObject.Update();
|
||||
};
|
||||
|
||||
result = new TypePopupCache(popup, state);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user