My NavMeshLink has a BoxCollider in the center for a notification to say when the jump occurs.
The problem is that that the agent will not jump over the link, sometimes the agent will go to one side of the jump and cross it sideways.
My NavMeshLink has a BoxCollider in the center for a notification to say when the jump occurs.
The problem is that that the agent will not jump over the link, sometimes the agent will go to one side of the jump and cross it sideways.
It was my set destination causing an issue - my mouse pointer was hitting the collider before the floor!