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.

Why does Visual Studio not recognize Wwise API using C# with Unity?

0 votes
I had the issue of Visual Studio not recognizing methods from the Wwise API, when I wrote them in code.

I found out the issue.
The project I was working on utilizes Assembly Definitions, which are a way in Unity to control when specific scripts should be compiled. I had to go to the Assembly Definition asset in the script folder, and add the different Wwise API modules (or namespaces, not sure what to call them) to a list within the Assembly asset, before the Wwise API could be recognized within scripts that adhere to this Assembly.

Hope this solution was useful!
asked Mar 15, 2023 in General Discussion by Mikkel R. (110 points)
Hi! How are you? I've been searching everywhere but still can't find a solution for this. Could you guide me further into how to I add the "Wwise API modules"?

Please sign-in or register to answer this question.

...