Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

+1 vote
I'm seeing an issue where AkEventPlayable min and max duration values are reset in the OnValidate call.  Normally this is working as intended, it reads the soundbank info xml and sets the values properly.

An issue I'm running into is that this does not seem to mark assets dirty in a way that Unity requires.  When building a Timeline with an AkEventTrack and AkEventPlayables, updated durations do not cause updated asset hashes for these files prefabs holding the Timeline.  AssetBundles will not be rebuilt properly and even when they are forced to rebuild, they have the same asset bundle hash and appear unchanged (although the files are indeed updated).  I noticed this because some of my playables are stuck at 0 duration and will not play. (presumably because they were originally built with an out of date soundbanks xml).

The version of Unity is was tested on is 2018.1.0f2.

tl;dr AkEventPlayables duration updates are not being saved properly.

Have others seen this?  Does anyone have a workaround or some advice?
in General Discussion by John D. (110 points)

Please sign-in or register to answer this question.

...