menu
 

Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

0 투표

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?

 

General Discussion Scott P. (100 포인트) 로 부터

1 답변

0 투표
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...
Nikola Viel (1.6k 포인트) 로 부터
...