When you quit a level, the main menu theme wouldnt play.
That was because in order to pause the audio in the pause screen we set the AudioListener.Pause = true. But this persists between scenes so the fix was simply to disable pause when you quit the level from the pause menu
When you quit a level, the main menu theme wouldnt play. That was because in order to pause the audio in the pause screen we set the AudioListener.Pause = true. But this persists between scenes so the fix was simply to disable pause when you quit the level from the pause menu