jacobdufault / fullinspector

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

Performance improvement of the TypeSelectionPopupWindow #199

Closed SugoiDev closed 7 years ago

SugoiDev commented 7 years ago

Made the following changes:

This is pretty fast now, just a few seconds. We lose the caching provided by the InspectedType, but this is just used to check if the type is a collection, so it was worth it.

jacobdufault commented 7 years ago

Thanks!