Unity Tutorial: Saving and loading data with Player Preferences
You may also like
Page 20 of 20
Player Preferences can be used to save and load simple data that will persist even after we close the game. In this video I’ll take a look at how we can use Player Preferences and the kinds of information it can store.
Find the code here: https://github.com/GameDevEducation/DevEssential_PlayerPrefs
Serialization Video (Working with more complex data)