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.

+3 votes
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...
in General Discussion by Beatrix Moersch (3.3k points)

Please sign-in or register to answer this question.

...