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.
2 parents 782fe29 + 368bae3 commit 31f4901Copy full SHA for 31f4901
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