Search Issue Tracker
Fixed
Fixed in 2021.3.13f1, 2022.1.21f1, 2022.2.0b13, 2023.1.0a16
Votes
3
Found in
2021.3.6f1
2022.2.0b2
2023.1.0a4
Issue ID
UUM-10109
Regression
No
Trigger volumes are included in nav mesh generation for NavMeshSurface when geometry is set to Physics Colliders
Volumes set to triggers should be excluded from navmesh generation as there's no real reason to need it. It actively harms regular use cases, causing confusion and breaking nav pathing, or requiring navmeshmodifiers on each trigger to be manually ignored.
Reproduction steps:
1. Open the attached ‘NavMeshSurfaceIncludesTriggersRepro’ project
2. Open the ‘Repro’ Scene
3. Observe the ‘NavMeshSurface’ GameObject in the Inspector
4. Click on the ‘Bake’ button in the ‘NavMeshSurface’ component
Expected result: The NavMesh is not generated on the GameObjects with the 'Is Trigger' Box Coliider
Actual result: The NavMesh is generated above the ‘Cube Trigger’ GameObject
Reproducible with: 1.0.0-exp.4 (2020.3.35f1, 2021.3.5f1, 2022.1.9f1), 1.1.0-pre.1 (2022.2.0a18, 2023.1.0a2)
Reproduced on: macOS 11.6 (Intel)
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The Scrollbar becomes unusable when adding Elements to the List
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
ge01f
Sep 19, 2022 11:20
It is insane that this is not an option, and on by default. Who wants to navigate around a collider trigger, which are used all meshes to trigger events.