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.

+4 votes
I have Integreted Wwise 2022 into my Unity project, but when built it, it report "Build Target WebGL not supported".  But I was under the impression that the latest version of wwise did support WebGL, Am I wrong?
in General Discussion by (140 points)

1 Answer

0 votes

Hi,

I’ve done a basic integration of Wwise 2024.4 into Unity 6 targeting WebGL.

So far, I’ve encountered one issue: when the browser loses and regains focus, a new Web Worker is created for the music process, but the previous one isn’t properly destroyed.

by Luy Zh (180 points)
...