godot-steering-ai-framework
godot-steering-ai-framework copied to clipboard
Add support for gravity and floor normal for specialized kinematic body agents
Rigid body agents already have this built in, but kinematic body agents would need it to be explicitly coded in, given how move and slide/collide function calls work.
This will become particularly important for behaviors like Jump in the future.