Obstacles

Areas can be used to block off certain areas of the NavMesh both in editor and at runtime. This will completely omit an area from navmesh generation.

Areas can be used to block off certain areas of the NavMesh both in editor and at runtime. This will completely omit an area from navmesh generation.

Obstacles can be created by creating a NavMesh Area Component, enabling the IsBlocker flag.

Examples

NavMesh obstacle blocking demo

NavMesh obstacle runtime demo

Referenced API

Created at:
Updated at:

On this page