Build banks directly from Unity

Howdy,

Wonder if there’s a way to build the banks from Unity instead of building them in FMOD and then refresh in Unity… I now submit the banks everytime but I’d live to avoid that because they are getting heavier and it would be cool if the other people working on the game they are able to build banks locally from Unity.

Cheers

It’s possible to build banks using FMOD Studio’s command line tool, so you could create a script that allows you to run the command line tool from inside the Unity Editor.

Cool, thanks Joseph. I’ll try with the command line tool.