I'm trying to use FilePackage to manage my audio source.
I had put the 'Init.bnk' into one of the .pck files.
I modified the AkBankManager.LoadInitBank method's codes.
Before the line AkSoundEngine.LoadBank, I add my codes: AkSoundEngine.LoadFilePackage.
In runtime, when the progress comes here, the AKRESULT of LoadFilePackage is succeed, but then, the AKRESULT of LoadBank is failed.
The Unity Editor shows the error: Cannot open file: Init.bnk . But, why it is still trying to find the .bnk file?
There should be no .bnk files when using FilePackage, even when it is run time and the .pck file is loaded successfully, right?
Unable to find any relative problems.
Thanks for any input.
Isabella