You are welcome. More will come when I adjust my schedule
@rahilbadshahmi Жыл бұрын
Can we add Wwise in Unity Web GL Platform?
@OmnisepherGameSound Жыл бұрын
Afaik, there is no support for WebGL by Wwise, but better the check official docs about it.
@rahilbadshahmi Жыл бұрын
How to loop music segments in Music Switch Container?
@OmnisepherGameSound Жыл бұрын
You should use sequence container as parent, then loop in sequence containers content
@rahilbadshahmi Жыл бұрын
@@OmnisepherGameSound Thank you for your replay But I guess it will play in sequence only. I want to change it manually as per game state changes just like we can change in switch and it should also be in loop as it's background music, so for which tool I should use? Can I change audio in sequence container ? from c#?
@OmnisepherGameSound Жыл бұрын
There is another function and functionality called States. That works for you probably, you can call SetState like switches and you can adapt your music containers based on states as you want