Hi! I am working on a simple scene in Unity. I have a trigger collider and if the player steps into that area I want to send all sounds of the player to 2 different aux busses in wwise at the same time.
I know how to send to only one aux bus with the AKEnvironment Component, but I am having trouble with implementing it through C# code.
Thank you.