Unity Tutorial: Saving and loading data with Player Preferences


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)