Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

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!

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.
by Beinan L. (Audiokinetic) (1.2k 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".
...