switch to rapier character controller

it already supports custom gravity and custom up direction
This commit is contained in:
2025-06-23 21:20:42 -04:00
parent be745273e2
commit de8d52ff84
9 changed files with 119 additions and 163 deletions

View File

@@ -4,15 +4,15 @@ version = "0.1.0"
edition = "2024"
[dependencies]
avian3d = { version = "0.3.0", features = [] }
# avian3d = { version = "0.3.0", features = [] }
bevy = { version = "0.16.1", features = [] }
# bevy_rapier3d = { version = "0.29.0", features = ["simd-stable", "parallel"] }
bevy-inspector-egui = "0.31.0"
bevy_rapier3d = "0.30.0"
[features]
default = ["dev"]
dev = [
"avian3d/debug-plugin",
"bevy/bevy_dev_tools",
"bevy/bevy_ui_debug",
"bevy/track_location",