How to search in the hierarchy window under current gameobject?

Hello, how can I search in the hierarchy window for gameobjects, by name, but only under the current selected gameobject?

1 Like
  1. Press CMD + K (macOS) or Ctrl + K (Windows) to Open Unity Search window.
  2. Press F1 to Turn On the Query Mode.
  3. Enter the Query like:
    h: path:“CanvasesHUD”

1 Like

Wow! This is a secret function? I was doing it manually for so long now.

Thanks!

1 Like

Actually, you can open it also with the button in the Project window to the right of the Search Bar.