Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

integration between unity 4.5 and wwise 2013.2.9 build 4872

0 votes
I add AK_LOAD_BANK_IN_MEMORY in unity player settings.

Fixed some compile error , but when I try to test the function.

It doesn't work when akMemBankLoader try to load bnk file.

The Bank Path is "jar:file:///storage/emulated/0/Android/obb/com.xpec.WOH.Default/main.11000.com.xpec.WOH.Default.obb!/assets/Audio/GeneratedSoundBanks/Android/Init.bnk"

and the www fail at getting file java.io.FileNotFoundException: "assets/Audio/GeneratedSoundBanks/Android/Init.bnk"

I also try to add StreamingAssets path between assets and Audio , but it fail too.

And it also fail to load library libAkSoundEngine_armeabi-v7a.so wil error: "native render plugin support disabled: java.lang.UnsatisfiedLinkError: unknown failure" .

Should I upgrade the wwise plugin to 2014.1 ?
asked Nov 2, 2014 in General Discussion by Leo H. (160 points)
edited Nov 2, 2014 by Leo H.
fixed in unity 4.5.4p3

but specific audio can't work normally.

I use state to maintain BGM function ,It was succeed when calling postevent,

but fail when change state by file not found error .

And the AKDEBUG shows the ids associate to the the BGM wem.

Those wem file seem not contained in the bnk , it appeared in the folder with bank file.
Is there any settings wrong in my project ?

Please sign-in or register to answer this question.

...