- Home /
Editor tool for searching scenes for names, components, layers...
I'm looking for a nice, quick and comfy tool for searching scenes with queries that support:
- GameObject names
- Components
- Layers
- Tags
and the absence of these. Example:
Find all GameObjects called "Box"
that are on layer "Obstacle"
and are missing the component "AudioSource"
Ideally, I'd like Unity's Hierarchy search to just support queries like
I need this functionality really often and usually write Menu Commands for the most frequent combinations. I have also looked into a couple of different Asset Store and Unity Packages, so far without real satisfaction. What do you use in these cases?
lovely-query.png
(4.4 kB)
Comment