jacobdufault / fullinspector

Full Inspector supercharges Unity's inspector
MIT License
111 stars 27 forks source link

fiGenericPropertyDrawerPropertyEditorManager performance #207

Open SugoiDev opened 7 years ago

SugoiDev commented 7 years ago

Performance improvements to fiGenericPropertyDrawerPropertyEditorManager. Mostly some caching and not using linq. Cut about 3s on my project (from 6s originally).