// Update is called once per frame
 void Update()
 {
     stepsText.text = "Best steps: " + ec.GetBestSteps();
 }