I’ve a skeleton model

After I press “play” it raises by 0.2 at Y:

I disabled everything except Nav Mesh Agent which produce this behaviour:

My terrain is flat and located @ 0.
How to fix it?
PS I tried to retake navigation ![]()
I’ve a skeleton model

After I press “play” it raises by 0.2 at Y:

I disabled everything except Nav Mesh Agent which produce this behaviour:

My terrain is flat and located @ 0.
How to fix it?
PS I tried to retake navigation ![]()
Try playing with the “Base Offset” parameter of the NavMeshAgent. This compensates for the difference between the anchor point of the GameObject and the center of the NavMeshAgent’s cylinder. I’d say setting it to -0.2 or 0.2 would solve your problem.