Files

1.4 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.