Set agent velocity to (0,0,0)

Using rigidbody.velocity does not work. Do the physics get overridden in the scripts??

Hi

Yes, the AIPath’s velocity is handled internally.
In the beta version, you can instead modify ai.desiredVelocityWithoutLocalAvoidance

See IAstarAI - A* Pathfinding Project