#Looking things up in the hierarchy

1 messages · Page 1 of 1 (latest)

vivid gale
#

How do I look up all the mesh renderers that are on objects that are untagged and are on the default layer? I tried the following, but it didn't work.

t:GameObject l:Default tag:Untagged

heavy vector
#

yo uwould need t:MeshRenderer to get, well, meshrenderers.

vivid gale
#

Sorry I made a typo. I meant to say that I put t:MeshRenderer l:Default tag:Untagged

But it still didn't work.

heavy vector