Skip to content

Saving and loading the user

Jayden Tarrance edited this page Apr 29, 2024 · 3 revisions

When saving the user, the player creates their profile from the create user screen. this uses the Playerprefsplus Unity asset to create a database and brings the list of created users (thanks to MySQL) which allows us to find all of the players created. This can be used for plenty of other values other than just names.

Clone this wiki locally