Hey, so I'm working on a simple 2D quiz game, and I've set it up with multiple scenes, you go from the main menu scene, to the question category scene and then you're taken to the quiz scene.
So I'd like to play a global song that automatically plays when you launch the game and as you play through it.
One method that I have right now is I've set up a SamplePlayer and I've attached it to the main menu scene. It works, but when I change scenes, it stops playing and is interrupted.
I'm assuming that if I set up the same SamplePlayer on the other scenes the music will also get interruped and start all over again, which I don't want.
So TLDR; How do I set up a song to be played throughout multiple scenes without interruption? Thanks.