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
We have a fairly large wwise project, with thousands of AkAudioEvents.  I was looking into why the Editor was taking so much longer to start, and found that it's because all the Events and their media are loaded at Editor startup by the AssetDatabase.  It appears that there is some thought about replacing the raw pointers with soft pointers or asset data (I did notice that the ID tags are marked as AssetRegistrySearchable, which makes this possible).  I haven't dug too deeply yet, but it doesn't look like the assets actually need to be loaded at that point for any reason.  On the surface, it looks like a pretty easy fix, but would likely involve changing a lot of code to do it properly (I would need to fix up the callers as well).  I do want to minimise the amount of changes we make to your plugin, so my question is whether this is on your TODO list, and if so, when might this code be dropping?
in General Discussion by David B. (180 points)

Please sign-in or register to answer this question.

...