We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
serializedObject.Update()
1 parent 1f0206e commit 368bae3Copy full SHA for 368bae3
Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor/SubclassSelectorDrawer.cs
@@ -79,6 +79,7 @@ TypePopupCache GetTypePopup (SerializedProperty property) {
79
object obj = m_TargetProperty.SetManagedReference(type);
80
m_TargetProperty.isExpanded = (obj != null);
81
m_TargetProperty.serializedObject.ApplyModifiedProperties();
82
+ m_TargetProperty.serializedObject.Update();
83
};
84
85
result = new TypePopupCache(popup, state);
0 commit comments