void OnCollisionEnter(Collision collision) { PlayerController pl = collision.gameObject.GetComponentInParent<PlayerController>(); }