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!