Jump between the ground and a couple of cubes

Hello. I just started with A* Pathfinding Project. Sorry for the basic question.

I have a scene where an AI character should be able to jump between the ground and a couple of cubes. Is there an example of this type of functionality? If not, could you point me to the relevant documentation?

Thanks a lot for a great asset!

Hi

In the pro version there is an example (Example 2 I think) which has an AI that jumps and climbs.
However I am sorry to say that this part of the system is not that well documented and it works best with recast graphs, not so well with grid graphs. I am hoping to improve that in the future.

1 Like