Good Tutorials for Saving Player Data

Hi,

Does anyone know of any good tutorials to look at in regards to saving data?

In the game the player can build for example a house I don’t know if the works different to just saving Player stats but if it does a tutorial that covers that would be great!

Thanks in advance.

My favourite is Unity Live Training: Persistence - Saving and Loading Data https://unity3d.com/learn/tutorials/modules/beginner/live-training-archive/persistence-data-saving-loading

You will learn about things like DontDestroyOnLoad, PlayerPrefs, and data serialization.