UnityGame/Library/PackageCache/com.unity.ai.navigation/Documentation~/NavigationOverview.md
2024-10-27 10:53:47 +03:00

1.5 KiB

Navigation Overview

This section provides details on how to build NavMeshes for your scene or prefabs, and create NavMesh agents, NavMesh obstacles and NavMesh links.

Topic Description
Create a NavMesh Define the area(s) of your scene where a character can navigate intelligently.
Create a NavMesh agent Create a character to navigate your scene.
Create a NavMesh obstacle Create obstacles for the agents to avoid as they navigate your scene.
Create a NavMesh link Create navigation shortcuts that cannot be represented by a walkable surface.
Using NavMesh Agent with other components Best practices when using navigation components along with other Unity components.
Advanced navigation how-tos Advanced techniques to implement common tasks in navigation.