Search Issue Tracker
Fixed in 2021.2.X
Votes
0
Found in
2018.2.5f1
Issue ID
1078153
Regression
No
A NavMesh Modifier Volume gets overridden by a NavMesh area which is further in the area list
Repro steps:
1. Open QA attached project "repro_1078153"
2. Open scene "0"
3. Enter Play Mode
Expected: Cylinder moves over the inner NavMesh Modifier Volume which has a different Default Area than the outside of the Platform
Actual: Cylinder stays in place
Reproducible with: 2017.2.3p4, 2017.4.11f1, 2018.2.8f1, 2018.3.0b1
Notes:
- Swap the Default area's of GameObject "Platform" and "NavMesh0", rebake the mesh and see that it gets colored correctly in the Scene View
---
Note from Unity devs: Be aware that the area type with the higher index prevails when sources overlap (be it geometry or modifiers). This detail is mentioned in the manual page for "Navigation Areas and Costs".
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UnityLinker causes crash when outputting snapshot data for very large projects
- Camera Preview does not detect multiple cameras with same GameObject name
- Crash on TypeTreeIterator::Children() when renaming a corrupted asset while Asset Serialization is set to Mixed
- Cameras (Camera.targetDisplay) render only to Display 0 in the Player when Multi-Display setup is used and DX12 API is set
- [Vulkan] _CameraOpaqueTexture produces a feedback effect on Android Adreno devices when using Vulkan
Add comment