Event not found problem

I’ve implemented FMOD into my Unity project and set up everything correctly. I am able to choose the event path with no issues from the event reference dropdown on my scripts. However, when I run my game, no audio is played and I get this error message:

I made sure that my FMOD Studio version matches the FMOD for Unity version. I set up the build preferences correctly:

And set the FMOD settings correctly in Unity as well:

It’s been frustrating because I’ve used FMOD before in a previous project with no issues, and now this time I can not seem to get it to work at all despite doing the exact same process.

Hi!

A few questions:

  • What versions of FMOD Studio, Unity, and FMOD for Unity are you using?
  • Are you using any source control for the Unity project that interacts with the built banks?
  • Could I get you to post a screenshot of the banks in the bank directory?
  • If you delete the existing banks and the FMODStudioCache.asset at /Assets/Plugins/FMOD/Cache/Editor/FMODStudioCache.asset, then rebuild all your banks from Studio, does the issue persist?