Hi there !
I have a simple problem. I need to know when my characters are leaving a platform, and some of these platforms can be destroyed (disabled in order to restart the level quickly). But, when an object with a Collider is disabled or destroyed, the OnCollisionExit event is not raised.
Is there any solution or should I a workaround ?
Thanks !