Alternative to OnCollisionStay?
I'm trying to detect a collision between the player, a box collider and a charactercontroller, and a platform. However, for some reason the engine won't detect collisions based on the box collider. So instead of OnCollisionEnter, I'm having to use OnControllerColliderHit. This is fine for that, but there isn't any OnControllerColliderStay, which is what I need.
Is there an alternative to OnCollisionStay? Also, why aren't collisions being detected through the box collider? How can I get them to be detected?
are all your different colliders on different gameobjects?
Your answer
Follow this Question
Related Questions
Having the worst time making OnCollision work... Strange. 0 Answers
how do I let a player pass through a wall when it is the same color? 0 Answers
[SOLVED]OverlapingSphere damage only one enemy 1 Answer
Collision With Text 0 Answers
Collisions Detection Functions Not Called, Walking Through Walls 2 Answers