How to make OnCollisionEnter works with TPC?

I’ve already tried adding rigidbody to both my ThirdPersonController and the object I want to collide, adding box/capsule collider, tested with trigger… nothing works help ! :frowning:

For character controller you have to use CharacterController.OnControllerColliderHit.