playerpref steps

This commit is contained in:
asleal2 2018-04-26 02:48:59 -05:00
parent cbc73b4546
commit 62fbee44c8

View file

@ -50,6 +50,7 @@ public class GetGoals : MonoBehaviour {
// Create a new pedometer
pedometer = new Pedometer(OnStep);
// Reset UI
stepText.text = savedSteps.ToString ();
//OnStep(savedSteps, 0);
Debug.Log(savedSteps);