minesweeper_game/Library/PackageCache/com.unity.ai.navigation@c74b2724ed42/Documentation~/NavMeshBuildingComponents.md
2025-03-15 14:30:26 -04:00

770 B

NavMesh Building Components

The NavMesh-building components provide you with controls that allow you to automatically generate and use NavMeshes at runtime and in the Unity Editor.

Here we introduce four high level components for the navigation system:

  • NavMesh Surface - Use for building and enabling a NavMesh surface for one type of Agent.
  • NavMesh Modifier - Use for affecting the NavMesh generation of NavMesh area types based on the transform hierarchy.
  • NavMesh Modifier Volume - Use for affecting the NavMesh generation of NavMesh area types based on volume.
  • NavMesh Link - Use for connecting the same or different NavMesh surfaces for one type of Agent.