ApericotStudio / Poltergeist

Main repository for development of the Poltergeist game
0 stars 0 forks source link

Fix: Audio not playing #456

Closed ThijsvanDijk closed 9 months ago

ThijsvanDijk commented 9 months ago

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