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 is failing

+4 votes

I'm attempting to integrate my Wwise project into Unity 2017.3.0f3 using Unity integration 2017.2.0.6500.947 on Mac OS Sierra 10.12.5

I"m getting the following error:

Aborting batchmode due to failure:
executeMethod class 'WwiseSetupWizard' could not be found.
Argument was -executeMethod WwiseSetupWizard.RunSetup


2018-01-31T19:36:03.406Z: --- END UNITY LOG ---
2018-01-31T19:36:04.051Z: Game integration: Pushing progress: An error occurred during the execution in Unity. Please click Open Log to review the Unity log.

I'm completely new to Wwise, so does anyone know how to overcome this? 

asked Jan 31, 2018 in General Discussion by Chris D. (140 points)
the same here. I used the integration from launcher.

Aborting batchmode due to failure:
executeMethod class 'WwiseSetupWizard' could not be found.
Argument was -executeMethod WwiseSetupWizard.RunSetup

Unity 2017.3.1f1
Wwise 2017.2.1.6524

1 Answer

–1 vote

Managed to get around this issue! Instead of choosing this option during installation "Install files into a copy of the Unity project directory, then apply changes if successful (recommended)", choose this one "Install files directly into the Unity project directory". That fixed it for me! Just know that, as all the documentation suggests, you should back up your project or put it under version control before going with this option. 

answered Feb 27, 2018 by Chris S. (140 points)
...