Hello All,
I’m trying to extend the singleton pattern to display the player’s score in the Game Over screen, so they can have a look at it before it disappears.
I added the “Game Session” prefab as like exists in my level scenes, and I can see the score text in the Scene view. When I run the game from the second level, I get to the Game Over scene, and the score is not being displayed. I can see that the value has been retained, but it’s just not visible on the screen.
I noticed with my two “Level” scenes that in the scene view, the score size is WAY out of whack with the other game objects, but when I play the levels the score is displayed right where it’s supposed to.
In my “Game Over” scene, everything looks to scale.
I am wondering if my displayed score is way off the screen, because of the comparison with the scenes where the score is visible?
- Rob