Is it possible to play a single audio track, within one audio source between multiple scenes? In other words, I need to know if I can play one track, without it restarting every time I enter a new scene.
Your input would be greatly appreciated!
Is it possible to play a single audio track, within one audio source between multiple scenes? In other words, I need to know if I can play one track, without it restarting every time I enter a new scene.
Your input would be greatly appreciated!
Try using dontdestroyonload method for that.
Don’t destroy the AudioSource between scenes.
Thanks guys, you’re the best. There should be a kudo marker for this sort of thing.