public void StepOne() { Marker1.SetActive(true); Marker2.SetActive(true); Debug.Log("StepOneInit"); FindObjectOfType <DistanceCalculator>(); Step0.SetActive(false); Step1.SetActive(true); Step2.SetActive(false); Step3.SetActive(false); Step4.SetActive(false); Step5.SetActive(false); StartButton.SetActive(false); Hide1.SetActive(true); Next1.SetActive(true); Previous1.SetActive(false); }
public void StepTwo() { Debug.Log("StepTwoInit"); Step0.SetActive(false); Step1.SetActive(false); Step2.SetActive(true); Step3.SetActive(false); Step4.SetActive(false); Step5.SetActive(false); Previous1.SetActive(true); StartButton.SetActive(false); Hide1.SetActive(true); Next1.SetActive(true); Previous1.SetActive(true); Marker1.SetActive(false); Marker2.SetActive(false); }