Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Allows removing areas of a navmesh defined by scene-placed AABB-nodes (also provided by the addon). Only removes whole polygons whose points fall inside the AABB, does not clip them to their precise bounds (for now?) - see screenshotMainly useful to remove unused floating islands that tend to almost always be generated when baking heightmaps.Quick How to:Add 'AABBNode's (=areas of exclusion) as children of a NavMeshInstance and select the NavMeshInstance. Next to the Bake button in the menu-bar a 'Clip' button will appear.Clicking it will process any existing baked navmesh, so the order is Bake->Clip
Allows removing areas of a navmesh defined by scene-placed AABB-nodes (also provided by the addon).
Only removes whole polygons whose points fall inside the AABB, does not clip them to their precise bounds (for now?) - see screenshot
Mainly useful to remove unused floating islands that tend to almost always be generated when baking heightmaps.
Quick How to:
Add 'AABBNode's (=areas of exclusion) as children of a NavMeshInstance and select the NavMeshInstance. Next to the Bake button in the menu-bar a 'Clip' button will appear.
Clicking it will process any existing baked navmesh, so the order is Bake->Clip
Reviews
Quick Information
Allows removing areas of a navmesh defined by scene-placed AABB-nodes (also provided by the addon). Only removes whole polygons whose points fall inside the AABB, does not clip them to their precise bounds (for now?) - see screenshotMainly useful to remove unused floating islands that tend to almost always be generated when baking heightmaps.Quick How to:Add 'AABBNode's (=areas of exclusion) as children of a NavMeshInstance and select the NavMeshInstance. Next to the Bake button in the menu-bar a 'Clip' button will appear.Clicking it will process any existing baked navmesh, so the order is Bake->Clip