Skip to content

Saving and loading the user

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

What Does it Use?

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.

image

Default Preferences

  • Continuous Movement
  • Number Of Office Runs
  • Best Office Score
  • Average Office Score
  • List of Office Scores
  • Evidence Score
  • Total Evidence
  • Volume
  • Password

All of these default preferences have default values associated when them. When a new user is created it is instantiated with all the default preferences and their values. Preferences are updated when changing values in the settings menu or wen leaving a scenario.

Clone this wiki locally