If you are planning on using many assets then try using a soft object reference for the sound cues. You just have to load up the needed cue before use (Async load asset or load asset blocking).
2 Likes
If you are planning on using many assets then try using a soft object reference for the sound cues. You just have to load up the needed cue before use (Async load asset or load asset blocking).