sturdyspoon / unity-movement-ai

A Unity library for common movement AI
MIT License
1.95k stars 280 forks source link

Jumping/Climbing #11

Open Tsilliev opened 4 years ago

Tsilliev commented 4 years ago

Hello,

I have a voxel terrain generator (minecraft like) and your script works well on telling the AI to move to a certain point but the problem is that it doesn't climb/jump the 1 meter height blocks. I saw that there is a jump function but I guess its not implemented? Thinking how I should tell the character to jump or walk over 1 height blocks while ignoring more than 1 height blocks.

It is a really well made script for such procedural terrains, because making a dynamic navmesh is a huge pain in the a**.