|
Hi there I cant find it or it doesnt exist, i would like to see all objects in the hierachy only containing a certain tag, is this possible??
(comments are locked)
|
|
well i cannot find a way to show only particular objects in hierarchy but i found a way to see the list of objects in a custom window and select the objects using that window in the hierarchy. By default it will select all objects with that tag. but you can select the individual objects also using the window. nice saves me a lot of time learning and making something like this, to be fair i probably wouldnt of though as unity have improved on how you find stuff, so it might support it. either way nice work, this is going to be used frequently by me, its nice to be able to check my tags when testing
Aug 06 '12 at 03:41 PM
reptilebeats
very good :) thanks I've learned how could I do my own unity editor modifiers and at last I can see if I have some tags unused so I know what I can delete or rename so I don't end doing 100 tags and only few usable easier to track all :) thumbs up :) heh thought I had some unused ones but now I see I have all used and even know by what :)
Mar 17 at 05:32 AM
sdgd
(comments are locked)
|
|
You can see object by component just by adding :
(comments are locked)
|

i notice there is a way to see only labels in the project pane but i cant seem to find where and if the tag view is
you would probably want to create a custom editor component I guess.. if it were me, I might consider switching to naming conventions as opposed to tags, then everything will all group up automatically by alphabetization (just a suggestion)