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.

0 votes
Hi,

We're using the Unity Wwise integration plugin on Windows, and although our linked Wwise project is nearly empty, we're getting compile times of around 400% longer than we were before Wwise was integrated - is there anything we can do to try and reduce this? I'm not talking about the startup time when hitting play - just the time when we modify one of our own scripts (unrelated to Wwise, and containing no Wwise code) - we have to wait on Unity Editor for a long time.

Thanks
in General Discussion by Shaun C. (110 points)
Hi, is anyone able to give any pointers on this?

Thanks
Did you find a fix or workaround for this ?
We have the same issue and it may force us to integrate wwise way later in the project.
I'm also having this issue on a project that I'm working on.  

I'm noticing that wwise doesn't copy soundbanks into streaming assets until project build, and am going to try to manually copy them and see if the compile time decreases

1 Answer

0 votes
Hey. It sounds weird. Have you tried removing the Wwise integration, and importing it again? Just to confirm, try building/compiling it without Wwise and measure the time spent.

It should take that long, even when Wwise is implemented in your apps.
by Egil S. (1.1k points)
Hi, yeah I've tried reimporting Wwise several times. I noticed that the script compilation doesn't seem to be the problem - error appear (or disappear, if fixed) after the first few seconds (which is a fairly normal compile time for us), but there's a longer delay after that, where Unity can hang, and the compiling spinner at the bottom-right of the Unity window doesn't really spin. My assumption is that this is a step performing audio compression or copying files from one place to another. It doesn't happen if Wwise is taken out of the project.

Thanks
...