Esempio n. 1
0
 private new void Start()
 {
     Debug.Log("Car start");
     base.Start();
     carController = GetComponent <AirSimCarController>();
     //Debug.LogWarning("A warning assigned to this transform!");
 }
Esempio n. 2
0
 private new void Start()
 {
     base.Start();
     carController = GetComponent <AirSimCarController>();
 }