Unity - Manual: NavMesh Obstacle
docs.unity3d.com › class-NavMeshObstacleApr 14, 2023 · The NavMesh A mesh that Unity generates to approximate the walkable areas and obstacles in your environment for path finding and AI-controlled navigation. More info See in Glossary Obstacle component allows you to describe moving obstacles that NavMesh Agents should avoid while navigating the world (for example, barrels or crates controlled by ...
Unity - Manual: Nav Mesh Obstacle
docs.unity3d.com › class-NavMeshObstacleMar 24, 2021 · The Nav Mesh__ Obstacle__ component allows you to describe moving obstacles that Nav Mesh Agents should avoid while navigating the world (for example, barrels or crates controlled by the physics system). While the obstacle is moving, the Nav Mesh Agents do their best to avoid it. When the obstacle is stationary, it carves a hole in the NavMesh ...