switch to rapier character controller
it already supports custom gravity and custom up direction
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user