Misplaced Audio Source

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?

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

1 Answer

1

You may be looking for this: http://www.unifycommunity.com/wiki/index.php?title=FindObjects

Hehe, and I had just written a code similar to this one, inspired by Statement. Its quite lighter, and in JS, if anyone wants it. It could be improved but meh, its a 9 minutes exercise.

Put it on the script wiki why not