i am looking for a way to move my KinematicBody3D arround width move_and_slide. its works finde but when i rotate the object it still moves around in world space and not towards its pointing direction.
when i was searching i found what i was looking for here:
https://godotengine.org/qa/38153/how-use-kinematicbodys-move_and_slide-move-object-forward
but i couldn't translate transform.basis.xform(motion_direction) into a visual script. Maybe someone here can help me.
here's my node-setup so far:
