I can not load bank in Android device. That bank file include to Resources File.
I was setting FMOD Import Type AssetBundle, because i use addreassable.
When Importing FMOD banks in FMOD Asset Sub Folder path, And then i copyied one of them(master.assets.bytes,master.bytes, …etc) to Resource Folder.
Why i use the banks file in Resources Folder, because i need to play some BGM sound before download ing bank files from addressable.
so, i got a error logcat in android device (ERR_FORMAT). see below the error
07-18 19:21:46.570: E/Unity(17261): BankLoadException: [FMOD] Could not load bank 'Master.assets' : ERR_FORMAT : Unsupported file or audio format.
07-18 19:21:46.570: E/Unity(17261): at FMODUnity.RuntimeManager.LoadBank (UnityEngine.TextAsset asset, System.Boolean loadSamples) [0x00000] in <00000000000000000000000000000000>:0
07-18 19:21:46.570: E/Unity(17261): at SoundSample.Start () [0x00000] in <00000000000000000000000000000000>:0
please help to this prorblem.
you can check my code and setting things below the screenshots.
//this is my code
//this is my editsetting
//this is bytesfiles in FMOD Asset Sub Folder path
//this is bytes files that load bank in Resources folder path