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
- Find a path from start to goal.
- Optionally smooth path waypoints.
- Move or follow path with your chosen movement action.