Example #1
0
 //Initialization
 void Start()
 {
     if (!PlayerPrefs.HasKey("High Score"))
     {
         highScoreCount = PlayerPrefs.GetFLoat("High Score");
     }
 }