How to view all Game Objects from a particular layer in the editor

Hello guys,

How can I view all the game objects that are in a specific layer? I want to do this in the editor and not with code. It’s more of a filter thing… I want to see the objects that I forgot to in a particular layer :stuck_out_tongue:

Thank You

In the very top right of the Unity window is a Layers dropdown (not the one used to set an object’s layer). This sets which layer(s) are visible in the Scene window.

57140-unity-layers-ui-toggle.jpg

Using Unity’s Search window you can filter by layer=x query, where x is the layer id.

Will this also hide those objects from the Hierarchy?

ANyway:

I found this and worked nice.