So for testing collisions between two objects with box/sphere/capsule/mesh colliders we can use OnCollisionStay. However for checking a collision between a character controller and an object with a rigid body and a Box collider, i am currently using
function OnControllerColliderHit (hit : ControllerColliderHit){
I’m wondering if there is an equivilent to OnCollisionStay for character controllers.