Esempio n. 1
0
 private void OnValidate()
 {
     LeftWheel  = ComponentUtils.GetByNameInChildren <Transform>(gameObject, "FrontLeft");
     RightWheel = ComponentUtils.GetByNameInChildren <Transform>(gameObject, "FrontRight");
 }