GDQuest / godot-steering-ai-framework

A complete framework for Godot to create beautiful and complex AI motion. Works both in 2D and in 3D.

Home Page:http://gdquest.com/docs/godot-steering-ai-framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for gravity and floor normal for specialized kinematic body agents

Razoric480 opened this issue · comments

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.