tag
#unreachable
2 items (2 fixes)
fixes
✓ 26.08.05
"A baked navmesh does not follow a moving door"
A baked navmesh is a cached derived copy of the world, so a door leaf that swings clear in physics leaves the doorway solid on the navmesh until you regenerate the tile.
navmeshdoors
✓ 26.08.05
"Navmesh openings erode by whole cells against agent radius"
The navmesh voxeliser erodes walkable surfaces by ceil(agentRadius/cellSize) whole cells on each side, so an opening narrower than that budget has no navmesh through it.
navmeshnavigation