Search Unity

Resolved NavMeshLink not allowing NavMeshAgent to cross with trigger collider in the way

Discussion in 'Navigation' started by gareth_untether, Mar 15, 2021.

  1. gareth_untether

    gareth_untether

    Joined:
    Jan 5, 2018
    Posts:
    69
    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.
     
  2. gareth_untether

    gareth_untether

    Joined:
    Jan 5, 2018
    Posts:
    69
    It was my set destination causing an issue - my mouse pointer was hitting the collider before the floor!