在 Audiokinetic 社区问答论坛上,用户可对 Wwise 和 Strata 相关问题进行提问和解答。如需从 Audiokinetic 技术支持团队获取答复,请务必使用技术支持申请单页面。
Hello, In Unity, I can create a Playlist object. And then use player.enqueue() to add audios to this playlist. I don’t know how to make Wwise play this playlist. My script :
AkPlaylist playList = new AkPlaylist(); playList.Enqueue(358054787); Thanks