Search Unity

Saving and Loading My Game

Discussion in 'Scripting' started by Bizwacky14, Nov 26, 2015.

  1. Bizwacky14

    Bizwacky14

    Joined:
    Nov 21, 2015
    Posts:
    1
    Hello. So I have made a clicker game and I want to be able to make it save if the user closes the game and reopens it will go from where it left of. I am using C# and i have looked at some videos about PlayerPrefs but still don't quite understand how I would do it.
     
  2. Lentaq

    Lentaq

    Joined:
    Apr 8, 2015
    Posts:
    57
    Kiwasi likes this.
  3. andymads

    andymads

    Joined:
    Jun 16, 2011
    Posts:
    1,614
    I don't see what's wrong with using PlayerPrefs here.