Files
sbox-public/engine/Sandbox.Engine/Game/Navigation/NavMesh/NavMesh.Cache.cs
Lorenz Junglas 5b006a3200 Add on-demand navmesh tile generation API (#4507)
Add `DeferGeneration` property to skip navmesh generation during scene load, allowing tiles to be generated and unloaded on demand at runtime.

New public API:
- `NavMesh.DeferGeneration` - skip tile generation on load
- `NavMesh.RequestTileGeneration`/`RequestTilesGeneration` - fire-and-forget via cache loop
- `NavMesh.UnloadTile`/`UnloadTiles` - remove tiles from the navmesh
2026-04-09 15:15:56 +00:00

7.6 KiB