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.

Trigger(AK.Wwise.Trigger) missing from Wwise Picker in Unity

0 votes

Within Unity the AK.Wwise.Trigger (used to play stingers) is not listed in the Wwise Picker or the selection box we see when we add an AK.Wwise.Trigger field on a MonoBehavior. Triggers work correctly when activated using a string of the trigger name and AkSoundEngine.PostTrigger(triggerName, gameObject);.

Events, Banks, and the rest of the game syncs show up as expected.

Is this missing from the Unity integration? Or is my project not setup correctly?

 

asked Aug 30, 2021 in General Discussion by Scott P. (100 points)

1 Answer

0 votes
I'm not sure you are supposed to see the triggers in the Wwise Picker. If you really want to see it there, you can create an event that posts the trigger...
answered Oct 2, 2021 by Nikola Viel [SIDE Global] (1,620 points)
...