Provide popup to specify the type of the field serialized by the [SerializeReference] attribute in the inspector.
770
stars
59
forks
source link
`serializedObject.Update()` is now called when an item is selected #16
Closed
mackysoft closed 2 years ago
Description
This ensures that changes made to serialized object are immediately applied.
Changes made
serializedObject.Update()
is now called when an item is selected