NavMesh Building Components
Installation
This package is currently experimental and not visible in the Package Manager.
To install the package, follow Adding a registry package by name instructions and add com.unity.ai.navigation.
Details
NavMesh building components provides you with additional controls for automatically generating and using NavMeshes at run time and in the Unity Editor. For additional information about the process, visit the manual page about the legacy workflow for baking a NavMesh.
Here we introduce four high level components for the navigation system:
- NavMeshSurface - Use for building and enabling a NavMesh surface for one type of Agent.
- NavMeshModifier - Use for affecting the NavMesh generation of NavMesh area types based on the transform hierarchy.
- NavMeshModifierVolume - Use for affecting the NavMesh generation of NavMesh area types based on volume.
- NavMeshLink - Use for connecting the same or different NavMesh surfaces for one type of Agent.
For more details about NavMesh area types, see documentation on NavMesh areas.