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.

Exist more info about Unity integration?

0 votes

hi
I feel frustated .. I can integrate Wwise, i dont have problem with that.
The real problem is the use, how i can setup switches? how i can setup events?

I found the script's examples and they are very usefull but i dont understand how implemented them.


I hope info cause its very important to me and my career! 

Excuse my bad english.. cheers!

asked Mar 13, 2014 in General Discussion by Mario T. (100 points)

1 Answer

0 votes
Make sure you have installed a Wwise Authoring Tool version compatible with the Unity Integration on your PC.

You'll still need to set up your events and switches usnig Wwise Authoring Tool in your WwiseProject.

Then, integrate them in your Unity project by calling the C#-bindings to the Wwise SDK API in your Unity application scripts. The signatures is similar to the native Wwise SDK API. For example, AK::SoundEngine::PostEvent() will become AkSoundEngine.PostEvent().

See the bundled IngrationDemo unitypackage for an example. Read the documentation section dedicated to the IntegrationDemo. And it would help to read the whole doc, especially the How-To Setup your Unity Project, and Example Unity Scripts sections.

In the future releases, this workflow will be more integrated into the Unity Editor UI.
answered Mar 17, 2014 by Beinan L. (Audiokinetic) (1,180 points)
Where I can find the bundled "IngrationDemo unitypackage for an example"?
Martin: You'll find it on our Unity Integration download page (here: https://www.audiokinetic.com/download/?id=Unity_2014.1.2 ), under "Wwise Demo Scene".
...