menu
 

在 Audiokinetic 社区问答论坛上,用户可对 Wwise 和 Strata 相关问题进行提问和解答。如需从 Audiokinetic 技术支持团队获取答复,请务必使用技术支持申请单页面。

0 投票

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!

分类:General Discussion | 用户: Mario T. (100 分)

1个回答

0 投票
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.
用户: Beinan L. (Audiokinetic) (1.2k 分)
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".
...