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
Thank You
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
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.
Will this also hide those objects from the Hierarchy?
ANyway:
I found this and worked nice.
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/
– BidentateUsing Unity’s Search window you can filter by layer=x
query, where x
is the layer id.
© 2022 - 2024 — McMap. All rights reserved.
Still can't add a picture. Here it is hosted online: http://postimg.org/image/zeyk3g2r5/
– Bidentate