Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


NavMeshBuilder

Navigation mesh builder interface.
Read time 1 minuteLast updated 8 days ago

Definition

  • Type: Class
  • Namespace: UnityEngine.AI
  • Assembly: UnityEngine.AIModule
public static class NavMeshBuilder

Static Methods

Method

Description

BuildNavMeshDataBuilds a NavMesh data object from the provided input sources.
CancelCancels an asynchronous update of the specified NavMesh data.
CollectSourcesCollects renderers or physics colliders, and terrains within a volume. This function might not collect some MeshColliders that are a distance greater than 1E7 from the origin.
UpdateNavMeshDataIncrementally updates the NavMeshData based on the sources.
UpdateNavMeshDataAsyncAsynchronously and incrementally updates the NavMeshData based on the sources.