ManlyMarco / RuntimeUnityEditor

In-game inspector and debugging tools for applications made with Unity3D game engine
GNU General Public License v3.0
810 stars 99 forks source link

Correct Object Browser's scroll behavior to jump to the correct object after clearing search #44

Closed mricher-git closed 1 year ago

mricher-git commented 1 year ago

This one's been driving me a bit nuts since I'm working on a game that has many many GameObjects. After clicking Clear on the search bar, it clears the search but the selected transform is not visible in the scroll window. It also doesn't return the the previous transform is nothing was selected.

I have fixed both, PR inbound...

This will fix ensure Object Browser Clear button, Open in Scene Object Browser, REPL findTree and mouse inspect jump directly to the correct GO.