forked from BilalY/Rasagar
2.0 KiB
2.0 KiB
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 offmesh 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. |