I have an audio source that plays some music presently, and I cannot for the life of me remember which game object it is on in the scene(/hierarchy). It is a very large scene and it doesn't seem to be in any of the obvious places. Is there any way I can search for component types on objects in the hierarchy?
1 Answer
1You may be looking for this: http://www.unifycommunity.com/wiki/index.php?title=FindObjects
I once wrote such a editor script, that let you define the component to search for. Let me see if I can pull it up by tomorrow, if you haven't got a solid answer by then :S
– Statement