playerpref steps
This commit is contained in:
parent
cbc73b4546
commit
62fbee44c8
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue