Version: 2021.2
Building a NavMesh
Advanced NavMesh Bake Settings

NavMesh building components

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
building componentsA functional part of a GameObject. A GameObject can contain any number of components. Unity has many built-in components, and you can create your own by writing scripts that inherit from MonoBehaviour. More info
See in Glossary
provide additional controls for generating and using NavMeshes in the Unity Editor and at runtime.

NavMesh building components are available through an experimental package that is not visible through the Package Manager. To install this experimental NavMesh package, follow the instructions on adding a registry package by name and add the com.unity.ai.navigation package.

See the experimental package documentation for more information on NavMesh building components.

Building a NavMesh
Advanced NavMesh Bake Settings