AudioFiles not Saved in Presets
-
Hello, I have 6 AudioLoopPlayer in my project in every Player is a different effected Layer. I've saved a couple Presets with different Sounds but in every Preset are only the last 6 imported Audio files now. I'm using Engine.loadAudioFilesIntoPool(); and all my audio files are stored in the Audio Files folder. Can anyone help me please?
-
@meto396 The preset only saves/restores the state of the controls on your UI (with some exception). To get it to store/restore your audio files you'll need to add UI waveform controls that are saved in the preset. The other way to do it is to manage the loading of the files through scripting, but you'll still need some control saved in the preset to trigger this.