dimforge / dimforge/bevy_rapier
IntersectionEvent not firing with multiple sensor colliders
Open
A-Dynamics
A-Integration
C-Bug
D-Difficult
P-Medium
S-not-started
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 282
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.