Example #1
0
 public void unfreeze()
 {
     GetComponent <Rigidbody>().isKinematic = false;
     movementController.start();
 }