James Peret 19964d2185 Initial commit 1 năm trước cách đây
..
Images 19964d2185 Initial commit 1 năm trước cách đây
ConnectingSurfaces.md 19964d2185 Initial commit 1 năm trước cách đây
ConnectingSurfaces.md.meta 19964d2185 Initial commit 1 năm trước cách đây
Images.meta 19964d2185 Initial commit 1 năm trước cách đây
NavMeshLink.md 19964d2185 Initial commit 1 năm trước cách đây
NavMeshLink.md.meta 19964d2185 Initial commit 1 năm trước cách đây
NavMeshModifier.md 19964d2185 Initial commit 1 năm trước cách đây
NavMeshModifier.md.meta 19964d2185 Initial commit 1 năm trước cách đây
NavMeshModifierVolume.md 19964d2185 Initial commit 1 năm trước cách đây
NavMeshModifierVolume.md.meta 19964d2185 Initial commit 1 năm trước cách đây
NavMeshSurface.md 19964d2185 Initial commit 1 năm trước cách đây
NavMeshSurface.md.meta 19964d2185 Initial commit 1 năm trước cách đây
README.md 19964d2185 Initial commit 1 năm trước cách đây
README.md.meta 19964d2185 Initial commit 1 năm trước cách đây

README.md

High-level NavMesh Building Components

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

  • NavMeshSurface – for building and enabling a navmesh surface for one agent type.
  • NavMeshModifier – affects the navmesh generation of navmesh area types, based on the transform hierarchy.
  • NavMeshModifierVolume – affects the navmesh generation of navmesh area types, based on volume.
  • NavMeshLink – connects same or different navmesh surfaces for one agent type.

These components comprise the high level controls for building and using NavMeshes at runtime as well as edit time.

Techniques and Patterns