Hello,
I am baking banks from FMOD session into the StreamingAsset directly. And also using that for build as well. Is there any disadvantage by doing so?
Thank you,
J
I am baking banks from FMOD session into the StreamingAsset directly. And also using that for build as well. Is there any disadvantage by doing so?
Thank you,
J
Hi,
Having your built .bank
files in the StreamingAssets
folder can cause unexpected behavior. The FMOD Bank Sub Folder
is the location the banks will be copied to during build time as a result you may experience .bank
file duplication. You can read more about them here Unity Integration | Settings - Import Type. I would suggest settings the FMOD Studio Build destination somewhere else in your Unity project directory. Then where ever you wish the .bank
files to be in your build project set that as the FMOD Bank Sub Folder
path.
Hope this helps!