Skip to content

NavGridAgent Manual Movement

Manual movement actions give direct per-step control over a NavGridAgent without A* or steering.

Use this page for workflow context. For action parameters and behavior details, use the action reference pages below.

Action Reference

Typical Usage

  1. Feed intended direction from player input or AI logic.
  2. Read actual movement direction for animation and blocked-move handling.
  3. Use arrival/stop/teleport actions for turn-based or state-driven control.