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

+3 투표
I have an elaborate logic structure using a series of sequence and random containers which live inside a top-level random container. The top level random container dictates several different ways in which 4 audio emitters can interact in 3D space. For example, one of the top level random container options might be: "Play A, then C". Another could be "Play A, then B/C/D together", and so on. The structure works great in Wwise, randomly selecting one of the top level options and working its way down through several randomized variations within whichever path is chosen on a particular play-through.

THE PROBLEM is that the four emitters (A, B, C, and D) need to have unique locations in 3D space. How can express to Unity/Wwise that A, B, C and D need to live as separate emitters in space, but function under this single logic structure? And if this is not possible, how can I possibly go about achieving this? If each of the four emitters needs to have a completely independent event, and events don't have their own logic structures (for example, I can't tell some top level event to choose from and trigger only one of a collection of events), what is left? This can't be that unique of a situation - there must be a way!

Any help would be appreciated...
General Discussion Beatrix Moersch (3.3k 포인트) 로 부터

Please sign-in or register to answer this question.

...