Hi all,
Supposing a script is used in multiple objects, how could we know which objects use this script after several months?
Are there any search function for this situtation?
eg. ScriptA is use in object1,50,78 of 100 objects.
Are there any search function to get the list object1,50,78?
Thanks in advance
In the hierarchy view, type the name of the script in the search box.
–Eric
@Eric5h5: It seems that it filters objects with name typed in search box (filtering objects), but does not filter objects with a particular script.
@rockysam: Click the looking-glass in the search field and verify that it’s set to “All”. Then verify that you typed in the type name as it appears in script - and not as it appears in the inspector (Unity will add spaces in camel case etc. to increase readability in the inspector).
@Eric5h5, AngryAnt: You are absolutely correct. I got it. Thanks.
@L-Tyrosine: I may try it later. Thanks.