NavGridAgent
NavGridAgent actions control the NavGridAgent component for pathfinding, steering, manual movement, and runtime configuration.
For system setup and concepts, see the NavGrid Guide and NavGrid Agent Guide.
Quick Start
- Move to a moving transform target: start with Set Target.
- Run a one-off move and continue on arrival: use Move To Target or Move To Position.
- Run reactive chase/flee without full path solve: use steering actions.
- Drive movement directly from input or AI step logic: use manual movement actions.
- Change speed/path settings at runtime: use settings actions.
Pathfinding
Set and track a moving transform target.
Run a path move to a target transform.
Run a path move to a world position.
Steering
Steer toward a transform target.
Steer toward a world position.
Steer away from a transform target.
Steer away from a world position.
Manual Movement
Set manual movement direction.
Read current movement direction.
Send an event when the agent arrives.
Teleport the agent to a position immediately.
Stop current movement.
Settings
Assign the NavGrid used by the agent.
Apply runtime movement/path settings.
Set runtime movement speed.
Read the current movement speed.