Files
Bombaleila/Library/PackageCache/com.unity.ai.navigation@c33a115e9883/Documentation~/InstallAINav.md
2026-03-03 00:39:30 +05:00

27 lines
1.2 KiB
Markdown

# Install AI Navigation
Learn how to install the AI Navigation package.
## Requirements
This version of the AI Navigation package requires Unity Editor 6000.0 or later.
## Install the package from the Package Manager
Use the **Package Manager** to install the AI Navigation package as follows:
1. Open the [**Package Manager** window](https://docs.unity3d.com/Manual/upm-ui.html).
1. In the [navigation panel](https://docs.unity3d.com/Manual/upm-ui-nav.html), select **Unity Registry**.
1. In the search bar, type `AI` to filter the list.
1. Select the **AI Navigation** package from the list of packages. The package information is displayed in the details panel.
5. Select **Install** in the details panel.
The installation of the package begins and a progress bar is displayed to indicate the progress of the installation. When the progress bar finishes, the package is ready to use.
## Additional resources
* [Package Manager window](https://docs.unity3d.com/Manual/upm-ui.html)
* [Install a UPM package from a registry](https://docs.unity3d.com/Manual/upm-ui-install.html)
* [Navigation panel](https://docs.unity3d.com/Manual/upm-ui-nav.html)
* [Details panel](https://docs.unity3d.com/Manual/upm-ui-details.html)