AI Navigation
The navigation system allows you to create characters that can intelligently move around the game world. These characters use navigation meshes that are created automatically from your Scene geometry. Dynamic obstacles allow you to alter the navigation of the characters at runtime, while NavMesh links let you build specific actions like opening doors or jumping over gaps or down from a ledge. This section describes Unity's navigation and pathfinding systems in detail.
The following table describes the main topics of the AI Navigation package documentation.
Topic | Description |
---|---|
What's new | See what's changed in the latest version of the AI Navigation package. |
Upgrade | Convert your projects to work with the new navigation system. |
Navigation System | Understand the key concepts necessary to use AI Navigation in Unity. |
Navigation Overview | Create NavMeshes, agents, links, and obstacles with this package. |
Navigation Interface | Learn about the interface of the Navigation components in this package. |
Samples | Learn about the sample projects included with this package. |
Glossary | View AI Navigation terminology definitions. |
Additional resources and examples
- A guide on using the new AI Navigation package in Unity 2022 LTS and above Community:
- AI Navigation 2.0 tutorials Video:
- 3D Game Kit Sample project:
- 3D Game Kit Lite Sample project:
- The Explorer: 3D Game Kit - Tutorial about the sample project Sample project:
- Join the Navigation conversation on Unity Discussions Community:
- Unity Knowledge Base