dimforge / dimforge/bevy_rapier
Modifying gravity doesn't wake sleeping colliders
Open
A-Integration
C-Enhancement
C-Performance
D-Easy
P-Low
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 282
- PR merge metrics
- No merged PRs in 30d
Description
To repro:
- Add a dynamic rigidbody
- Configure rapier so that gravity is disabled (`Vec3::ZERO`)
- Wait for the rigidbody to go to sleep
- Enable gravity
And observe the rigidbody floating mid-air.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.