Esempio n. 1
0
File: Player.cs Progetto: Ndusf/MAR
 //Private Method
 private void Start()
 {
     rb            = GetComponent <Rigidbody>();
     cj            = GetComponent <ConfigurableJoint>();
     controlGround = FindObjectOfType <ControllerGround>();
 }
 // Start is called before the first frame update
 void Start()
 {
     controllerGround = FindObjectOfType <ControllerGround>().GetComponent <ControllerGround>();
 }