AlexeyTaranov / SerializeReferenceDropdown

(Unity) Editor dropdown for SerializeReference Attribute with Copy/Paste
MIT License
89 stars 7 forks source link

Change Instantiation of object #19

Closed eh-iart closed 10 months ago

eh-iart commented 10 months ago

Added option to use Activator.CreateInstance in cases where it is supported, so that the default Values are set. Only fallback to FromatterServices when there is no Empty Constructor.