mackysoft / Unity-SerializeReferenceExtensions

Provide popup to specify the type of the field serialized by the [SerializeReference] attribute in the inspector.
https://qiita.com/makihiro_dev/items/26daeb3e5f176934bf0a
MIT License
770 stars 59 forks source link

`serializedObject.Update()` is now called when an item is selected #16

Closed mackysoft closed 2 years ago

mackysoft commented 2 years ago

Description

This ensures that changes made to serialized object are immediately applied.

Changes made