FMOD memory consumption

Hey guys,

I have a question concerning FMOD memory. I have a game with a title screen and 3 levels, testing in Editor. At the beginning, loading the titlescreen FMOD memory states 21 MB of used memory in the Profiler. After loading each of the other scenes while coming back to the title screen after each load, the memory consumption has risen to 40 MB. That leaves me with two assumptions:

  1. The Unity Editor does not reflect what the final device would do
  2. FMOD is holding references to Audio files not used but not cleared either, which is bad.

How do I properly release unused AudioClips from memory? Which ones are the ones held? Do I have to unload those manually or is that a real bug?

Hi, how did you solve that?,Hi, how did you solve this problem?