How to enter a name from the main screen… and have that as a variable to be called thru the game from that point on? Even as different levels are loaded.
Like the player name.
How to enter a name from the main screen… and have that as a variable to be called thru the game from that point on? Even as different levels are loaded.
Like the player name.
There are two things that are not affected by level changes. Once is the game instance, and the other is a save game.
If the player exits and restarts the game, the game instance will be reset. But the save game can also persist between restarts.