Search Issue Tracker
Fixed in 2021.2.X
Votes
2
Found in
2018.3.0b1
2018.3.0f2
2019.1.0a1
2019.2.0a1
Issue ID
1128902
Regression
No
Disabling a NavMeshLink component in the Editor does not correctly remove the link from the NavMesh system
How to reproduce:
1. Open the user-submitted project ("NavMeshComponents.zip")
2. Click on the "Link" GameObject
3. Disable the "NavMeshLink" component and deselect the object
4. Click on the Navigation Window and observe the navigation mesh in the Scene View
5. Enter and leave the Play Mode
6. Observe the navigation mesh in the Scene View again
7. Click on the "Link" GameObject again and observe the navmesh in the scene
8. Try to re-enable the "NavMeshLink" component
Expected result: The "NavMeshLink" component is immediately disabled and the mesh link is not visible in the scene
Actual result: The Nav Mesh Link is reintroduced into the Scene when clicking on the "Link" GameObject and trying to re-enable the component throws the "Link is already added: Link (UnityEngine.AI.NavMeshLink) UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)" error
Reproduced in: 2019.2.0a6, 2019.1.0b4, 2018.3.7f1, 2018.3.0b1
Couldn't test with: 2018.3.0a11, 2017.4.21f1 (due to multiple project errors when downgrading)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment