dimforge / rapier

2D and 3D physics engines focused on performance.
https://rapier.rs
Apache License 2.0
3.77k stars 235 forks source link

feat: character controller improvements #627

Closed sebcrozet closed 2 months ago

sebcrozet commented 2 months ago

The main objective for this PR is to fix the issue where character controllers might get stuck against vertical walls.

Close https://github.com/dimforge/rapier/pull/612 Fix #418 Fix #611 Fix https://github.com/dimforge/bevy_rapier/issues/489