Issues
- 0
Changing collider transforms doesn't check if the position actually needs updated - causing a lot of useless work
#592 opened by AnthonyTornetta - 0
Interpolation is broken.
#638 opened by Jakkestt - 0
Despawn events missed when using FixedUpdate
#635 opened by IVSOP - 1
I have no collision events!
#634 opened by Fidius-jko - 0
- 4
I tried ported the vehicle_joints3 example from rapier to use bevy_rapier, but the steering move the body instead of the axle.
#582 opened by ivanceras - 2
- 1
- 0
Why contacts_enabled builder method is present only in SpringJointBuilder?
#624 opened by ArmoredPony - 0
Changelog could be better.
#623 opened by Vrixyz - 4
Readd - TimeStepMode to rapier configuration.
#621 opened by Sirmadeira - 2
- 1
`KinematicCharacterControllerOutput` doesn't get attached automatically
#515 opened by theunrealtarik - 0
Wierd rotation when add RigidBody Component
#619 opened by AlvaroEFMota - 0
bevy task to run physics
#596 opened by Vrixyz - 2
Setting the linear velocity to 0 doesn't stop objects
#617 opened by egeres - 7
Update Bevy to 0.15
#606 opened by The-DevBlog - 0
Remove instant crate allowance from cargo deny conf
#607 opened by Vrixyz - 2
- 1
- 2
player_movement2 example fails on master
#602 opened by Jokler - 0
Use required components
#605 opened by Vrixyz - 1
add Collider::from_bevy_mesh_handle as async-asset-loading-compatible alternative to Collider::from_bevy_mesh
#597 opened by grindhold - 0
Border radius of Collider::round_cuboid does not scale correctly with GlobalTransform in 2D.
#590 opened by HeikoRibberink - 1
read the force applied by the joint in order to break it dynamically
#591 opened by johnny-smitherson - 0
Reflect for Collider
#589 opened by Qinka - 2
- 2
- 3
It is no longer possible to set `TriMeshFlags::FIX_INTERNAL_EDGES` when using `Collider::from_bevy_mesh`
#571 opened by rparrett - 0
`ColliderDebugColor` should contain a `Color`
#572 opened by rparrett - 3
- 1
Modifying gravity doesn't wake sleeping colliders
#570 opened by rparrett - 0
Doc for Third person camera jitter problem
#564 opened by alexniver - 0
Joints as entities
#561 opened by Vrixyz - 0
- 0
RigidBody causing error with Child's position by parent's scale. Really Critical issue !!!.
#549 opened by HyeokSuLee - 2
- 0
Investigate performance overhead
#553 opened by Vrixyz - 1
joints example not properly working
#535 opened by Vrixyz - 4
- 1
Compatibility with bevy .14
#546 opened by masonk - 0
Rapier2D: Collision Events not working
#537 opened by KorayAydemir - 1
- 1
KinematicCharacterController gets stuck inside the collider when free falling
#520 opened by VergilUa - 0
- 1
- 0
- 3
Bug: Object never sleeping
#508 opened by Vrixyz - 1
Does Rapier 3d Implement Spatial Partitioning?
#507 opened by The-DevBlog - 1
The lower the FPS, the higher the speed.
#506 opened by Niko-n-DEV