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

3

0

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

Ackler answered 5/12, 2023 at 19:44 Comment(0)
B
0

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

Blythebm answered 6/6, 2023 at 3:25 Comment(1)

Still can't add a picture. Here it is hosted online: http://postimg.org/image/zeyk3g2r5/

Bidentate
A
0

Will this also hide those objects from the Hierarchy?

ANyway:

I found this and worked nice.

Ackler answered 27/11, 2015 at 19:25 Comment(1)

I should also add that whilst the game does play, there are 2 warnings relating to Wwise. 'Event ID not found', and 'Failed posting event' Here is the screenshot: http://postimg.org/image/4m9m4ljaz/

Bidentate
M
0

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

Miserable answered 5/12, 2023 at 20:39 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.