Skip to content

NavGrid Movement

Use these actions to move on a NavGrid without using a NavGridAgent.

They are ideal for simple AI, player-controlled grid movement, or custom movement logic.

Action Reference

Action reference for movement lives in the Actions section:

Typical Runtime Flow

  1. Find a path from start to goal.
  2. Optionally smooth path waypoints.
  3. Move or follow path with your chosen movement action.