Beispiel #1
0
 void Awake()
 {
     instance = this;
     Restart();
 }
Beispiel #2
0
 void Awake()
 {
     instance = this;
     //StartCoroutine(Restart());
 }
Beispiel #3
0
        public float accuracy = 1;   // 10 meters

        void Awake()
        {
            instance = this;
            OnReset();
        }