jacobdufault / fullinspector

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

Possible fix for #174 and #175 plus minor improvements to TypeSelectionPopupWindow #181

Closed SugoiDev closed 7 years ago

SugoiDev commented 7 years ago

This might be enough to fix both #174 and #175.

By default, if the user has set the TypeSelectionDefaultFilters using the fiSettings system, a toggle will show (enabled by default) that filters the results on both the StaticsInspectorWindow and any TypeSelectionPopupWindow.

If the TypeSelectionDefaultFilters is not set, the toggle will not be shown.

Since I was already playing with this, I went and added two little extra features

SugoiDev commented 7 years ago

I bundled those commits into this pull request like this because I'm out of my workstation and had to commit directly using github's editor.

Let me know if I should separate this into multiple pull requests.

SugoiDev commented 7 years ago

Added the same filtering idea from the TypeSelectionPopupWindow to the ViewAllSceneObjectsEditorWindow

Very useful for long hierarchies.

Separated this in #183

jacobdufault commented 7 years ago

Thanks! :)