Searching for FMOD components in Unity Editor

Good question- I couldn’t find any official Unity docs on this, but Unity’s hierarchy search is based on the script name. If you type the name of the component with no spaces, minus “FMOD”, it should pop up in the hierarchy search, i.e “StudioEventEmitter”, “StudioListener”.

1 Like