bbjones
New Member
Posts: 11
Posts: 11
|
Post by bbjones on Jan 9, 2023 23:54:21 GMT
First I'm trying to get this to work in Playlist Controller.
I have SongID aliases entered, and I use those aliases when changing playlists and including the clip name, eg:
this.playlistController.ChangePlaylist(this.Playlist_MainMenuTitleMusic, false, "Victory");
It changes playlists correctly, but doesn't plaly the song clip, it's blank. The only way I can get a song to play by name is to use the actual AudioClip filename.
This goes the same for playing regular audio clips not just in the playlist.
I'm not yet using addressables so that feature is still OFF on the welcome window.
What am I missing?
Attachments:
|
|
|
Post by DarkTonic Dev on Jan 10, 2023 16:02:56 GMT
Looks like your second parameter should be true, not false. Otherwise it doesn't play the first song you set.
-Brian
|
|