Do banks of different platforms get stripped out of Unity build automatically?

Hey there!
I’m new to both FMOD and Unity, have a question.

Let’s say I have Desktop and Mobile FMOD builds.

When I build my game for Android, will Desktop banks be excluded from the build automatically?
Or do I need to do something inside Unity to exclude certain bank folders from certain game builds?

Hi!

If you want to specifically include Android/Mobile banks with an Android Unity build, you just need to add Android to the list of Platforms under “Platform Specific” in FMOD Unity’s settings. Even if you don’t do this, FMOD Unity will only include a single set of banks in your build - they’ll just be the banks for the default platform instead.

1 Like

Thanks Louis, this has been very helpful info!

1 Like