Version: 2018.3 (switch to 2019.1 )
Navigation and Pathfinding
Navigation System in Unity
Other Versions

Navigation Overview

This section will dive into the details on building NavMeshes for your sceneA Scene contains the environments and menus of your game. Think of each unique Scene file as a unique level. In each Scene, you place your environments, obstacles, and decorations, essentially designing and building your game in pieces. More info
See in Glossary
, creating NavMeshA mesh that Unity generates to approximate the walkable areas and obstacles in your environment for path finding and AI-controlled navigation. More info
See in Glossary
Agents, NavMesh Obstacles and Off-Mesh Links.

Did you find this page useful? Please give it a rating:

Navigation and Pathfinding
Navigation System in Unity