Version: 2019.3
Navigation and Pathfinding
Navigation System in Unity

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.

Navigation and Pathfinding
Navigation System in Unity