start typing to searchSee all
Products

:( Sorry. No results.

Please check your spelling, use the advanced search or explore the homepage.

      Welcome home, player!

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

      New to G2Play?
      Sign up now!
      • FAQ
      (0 Reviews)
      Platform
      Other
      Other
      Edition

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

      Key activation
      notes
      Languages
      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.