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.

Wwise-Unity Integration Error Message (AkWwiseFirstImportCallback.cs fail)

0 votes
Hi,

I'm trying to install the Wwise-Unity integration but I get the following error message: "Assets/Wwise/Editor/WwiseSetupWizard/AkWwiseFirstImportCallback.cs(30,46): error CS0234: The type or namespace name `GetCommandLineArgs' does not exist in the namespace `Environment'. Are you missing an assembly reference?"

I've followed the exact steps as all tutorials that I can find tell me to, but when I get to the actuall instalation part (when I've selected all assets to import and the screen where I get to choose what Wwise-project to use is supposed to appear) nothing happens and the previously mentioned error message pops up in the console. I have done this integration before with another Wwise project and another Unity project but both being earlier versions of Wwise and Unity. And yes, this is the latest Integration-package available for download from this site.

Any help would be greatly appreciated!

Thanks!!

//Henrik
asked Jan 5, 2016 in General Discussion by Henrik B. (110 points)

1 Answer

0 votes
Do you by any chance have a class or namespace named "Environment" defined in your game? If you do, it will clash with System.Environment and might cause this error.
answered Jan 8, 2016 by Benoit S. (Audiokinetic) (16,020 points)
...