Search Unity

How to control the penetration velocity of NavMeshAgent?

Discussion in 'Navigation' started by ChenYu, Mar 18, 2015.

  1. ChenYu

    ChenYu

    Joined:
    Feb 27, 2015
    Posts:
    1
    I know if two NavMeshAgent overlaped, it will push each other instantly. But how to control the push velocity, like Rigidbody.maxDepenetrationVelocity, so the NavMeshAgent will move more smooth.
     
  2. Jakob_Unity

    Jakob_Unity

    Joined:
    Dec 25, 2011
    Posts:
    269
    There's currently no way you can control this velocity using the navigation system.