Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi, Amazing tool.
I have a question. Let's say a player enters their name and submits a score to the leaderboard.
The next time they reach the end of the level how would I populate the "Enter Name" textbox with the name the used previously?

Thanks

Hello!

Thanks for checking it out. I would just recommend you save the name locally when they enter it, and load the name into the textbox at the start of the level. I have a video on my YouTube channel that describes different ways of saving data in Unity:

Thank you