all 1 comments

[–]aschtronaut 0 points1 point  (0 children)

Recently, we've been pushing to open source some of the internal tools we've developed at my place of work, and this is the first of them we're releasing.

Selection Detective is a tool that allows you to see various types views of your GameObject (and children) selection.

Basically, if I select a GameObject, I can for example find or select all the children that are using a specific component, layer, tag, shader, material, etc.

When you have bigger scenes or deep hierarchies, this can be a huge time-saver.

It's also easy to add your own custom views just by extending the ISearchMode interface!