menu
 

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.

0 votes

I imported Windows Wwise integration to an empty Unity project and get the following error while Unity attempts to compile Wwise integration:

Assets/Wwise/Deployment/API/Generated/Windows/AkSoundEngine_Windows.cs(2360,17): error CS0246: The type or namespace name `AKRESULT' could not be found. Are you missing a using directive or an assembly reference?

Obviously, projects with integration already installed also don't compile anymore after the upgrade.

in General Discussion by Maciej M. (510 points)

1 Answer

0 votes
 
Best answer
Okay, problem solved. My 5.3 installation had Web Player as a default target platform which through conditional compilation removed AKRESULT from the code Web Player is not supported by Wwise.
by Maciej M. (510 points)
how can i fix it?
...