x


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!

more ▼

asked May 09 '12 at 11:22 PM

pantaryl gravatar image

pantaryl
19 3 4 7

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

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.

more ▼

answered May 18 '12 at 07:00 AM

Evil_Gia gravatar image

Evil_Gia
15 1 1

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x335
x138
x74
x62
x47

asked: May 09 '12 at 11:22 PM

Seen: 1255 times

Last Updated: May 18 '12 at 07:00 AM