This version of Unity is unsupported.

NavMeshAgent.Move

Declaration

public void Move(Vector3 offset);

Parameters

offset The relative movement vector.

Description

Apply relative movement to current position.

If the agent has a path it will be adjusted.