bevy_rapier icon indicating copy to clipboard operation
bevy_rapier copied to clipboard

IntersectionEvent not firing with multiple sensor colliders

Open Tarnadas opened this issue 3 years ago • 0 comments

Hi,

I encountered a problem, that an IntersectionEvent with intersecting: false has a chance of failing to be fired, if multiple sensor colliders are attached to a rigid body (as multiple children). I am fairly certain, that it only happens in this specific use case, where multiple sensor colliders are attached to it and it seems like moving one collider to the parent doesn't solve the problem. It only happens with a chance of about 10-20%.

I'm not sure, if the problem comes from the Bevy plugin or from Rapier itself.

Tarnadas avatar Dec 03 '21 10:12 Tarnadas