AI
Decide where agents can go and what they should do next.
Upstream O3DE ships ground-only Recast navigation and no built-in AI decision framework. Dawn Engine adds volumetric free-space pathfinding and HTN planning on top of that foundation.
| Topic | Description |
|---|---|
| Navigation3D | Multi-page handbook for SVO free-space navigation: getting started, components, queries, bake, following, debugging, and HTN. |
| HTN Planner | Hierarchical task network AI: Domains, WorldState, agents, operators, and debugging. |
Navigation3D
Learn how to enable the Navigation3D Gem, build SVO airspace, run flight and hybrid path queries, and author cost zones, takeoff links, and path following.
HTN Planner
Enable the HtnPlanner Gem, author HTN domains, drive agents with WorldState, extend operators, and debug planning decisions.