ywmaa / Advanced-Movement-System-Godot

This project is a template for creating advanced Third/First Person movement in GODOT
MIT License
432 stars 37 forks source link

add walking on stairs (animation and script) #14

Open ywmaa opened 2 years ago

ywmaa commented 2 years ago

most games don't do walking on the stairs right, they just make a flat collision so the character looks like sliding on the stairs instead of walking on them (even with IK it won't look very natural)

I will try to add a system to detect stairs and walk naturally on them.