Kinguin logo

Welcome home, player!

By clicking Continue with Google or Facebook, you agree to Kinguin's Terms & Conditions and Privacy Policy, also to NFT Terms & Conditions and NFT Privacy Policy.

New to Kinguin?
Sign up now!
  • FAQ
(0 Reviews)
Platform

Learn to Implement Game Saving [2018] Zenva.com Code

This course has been archived and is no longer supported.

Providing players with the ability to save their game can significantly enhance player engagement and their motivation to continue playing. This course will show you how to implement game saving in Unity, using three different methods:

  • Saving Data using Player Preferences (PlayerPrefs)
    Perfect for saving simple data, this method is commonly used to change quality settings that the user makes to the player. You will be introduced to this save method by learning how to save Player Position and Player Health.
  • Saving Data with a Binary Formatter
    Built into .NET, this generic system allows for more complex data to be saved by serializing data before writing it to a file.
  • Saving Data using Easy Save
    Available on the Unity Asset Store, this simple system is the standard way to save complex data in Unity.
Product Rating