NavMesh Jump

Hi everyone –

I’ve been trying out the new NavMesh in Unity 3.5 Pro. I’m getting a very intriguing issue that I can’t seem to find any documentation on.

I have two meshes (cubes), which are placed side by side (one lower than the other). With the drop height set extremely high, and the jump height set the same, my NavMeshAgent is able to drop down to the lower mesh, but not jump back up to the higher mesh.

The offlinks have been generated and I see the multiple places where the two meshes link up, but yet the NavMeshAgent still refuses to go up.

Anyone have any ideas?

Thanks!

Doesnt work even with manual i have the same issue

In order to go up try creating a Manual OffMeshLink. Creating 2 objects at locations U want to go up from and add the OffMeshLink Component to an object somewhere. I think the auto generated offMeshlink only goes 1 direction. Jump is for same height Map Only I guess. Remember to bake your navmesh after you added the component.