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.

+1 vote
Hello.

Unity 2022.2.1f1
Unity Addressables Package 1.21.1
Wwise 2022.1.1.8100
Wwise Unity Addressables 2022.1.0

We are developing in the above environment.
Since this is not a 3D game, we are not generating events by collision of Unity Collider, but rather we are making sounds from the source code.
Rtpc, State and Event are called via AkSoundEngine and it was working fine before using Addressables.

However, after using Addressables and asynchronous SoundBank loading, AkSoundEngine.PostEvent is issued before loading and sound is not played.

https://www.audiokinetic.com/ja/library/edge/?source=Unity&id=pg_addressables.html

As you can see here, AkEvent.Post will trigger it again after loading and it works fine.

What I'm having trouble with is, is there any way to change from the string eventName for AkEvent?
Or is there any way to await the way any SoundBank load is completed in AkAddressableBankManager?
in General Discussion by Ueda S. (180 points)

1 Answer

0 votes
Did you ever find a solution to this issue? I am running into the same problem.
by Jaden H. (160 points)
...