I’m making a 2D game and I want to know how to make music persistent so that it plays over multiple levels.
Based on answers from a similar question on reddit it would be to have the audio in the top/master level then stream your game levels as sublevels into the master level.
How do you stream 2D sub levels one at a time?