NavMeshDelimitedBuilder
Class in ChivalrousGames.Common / Inherits from MonoBehaviour
Description
Will build a dynamic navmesh for a delimited zone. Uses NavMeshDynamicSources and NavMeshDynamicLink. Refresh is done max once per frame when changes are detected in the sources.
Methods
ForceRebuild
ForceRebuild();
Description
Forces a navMesh rebuild. Use this if for some reason the NavMeshDelimitedBuilder doesn’t pick up the changes in the sources.