Score not showing on Gameover screen

Hi the score isn’t showing up on the game over screen everything works and no errors show up except the score on the gameover screen will show 0 instead of the final score

Hi,

Have you already implemented the “singleton”? If so, check if your “singleton” calls gameObject.SetActive(false); in the same if-block where Destroy(gameObject); gets called. If there isn’t that line of code, add it.

Did this help?

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms