Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

0 votes

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
in General Discussion by Théophile Demarcq (1.7k points)

Please sign-in or register to answer this question.

...