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.

Create Dynamic Playlist from a Unity script

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
asked Feb 16, 2022 in General Discussion by Théophile Demarcq (1,590 points)

Please sign-in or register to answer this question.

...