Fmod to Unity many Errors, banks don't show up

Hello dears, I’m a music composer and soundesigner trying to learn FMOD and Unity annnd;

I’m struggling making Fmod work on Unity, I successfully build the bank I can even see the folder Build/desktop/bank
But still get error when I build bank and this error plus many more in unity: “ERR_VERSION The version number of this file format is not supported.”
i’m lost T_T

Hi,

Thank you for sharing the information and errors!

The error ERR_VERSION The version number of this file format is not supported usually indicates a version mismatch between FMOD Studio and the FMOD Unity integration.

Could you please check the following:

  • In FMOD Studio, go to Help → About FMOD Studio and note the full version number (e.g. 2.02.xx or 2.03.xx).

  • In Unity, check the FMOD integration version (via FMOD → About Integration).

These two versions need to match exactly, otherwise Unity will be unable to load the generated bank files and may report them as invalid.

Once the versions are aligned, please rebuild the banks in FMOD Studio and then refresh the banks in Unity.

Hope this helps! feel free to let us know if the issue persists or if you have any questions.