SubjectNerd-Unity / ReorderableInspector

Automatic reorderable lists for Unity game engine components
MIT License
485 stars 47 forks source link

Avoid Stomping EditorApplication.delayCall Delegate #19

Closed mwegner closed 4 years ago

mwegner commented 4 years ago

This delegate should be subscribed to, with +=, instead of completely reset with an equality operator. It seems fine in earlier versions of Unity, but this is causing very, very weird editor problems and crashes with Unity 2019.3 betas.