In my game scene I have created a button ‘quit’ ,on pressing the quit button ,I pause the game scene and a new scene opens up with a dialogbox having buttons yes and no ,if user presses the button no ,then I resume the game scene ,the quitgame scene gets stopped and the player will return to the game scene else goes to the menu scene if the player presses the yes button.
But the problem is when I press the no button the game scene doesnt shows up and nothing is displayed also there is no error in the console .