Search Issue Tracker
Won't Fix
Votes
0
Found in
5.6.0f3
Issue ID
898544
Regression
No
If the NavMesh Link Start/End point is changed at runtime the Agent jumps to World Origin before teleporting to destination
How to reproduce:
1. Open attached project
2. Open scene LinkEndsTest.unity
3. Play the scene
4. In the Game View, click on the plane with the green cube
- Note that the Agent moves towards the yellow sphere, then jumps to the red cylinder before appearing at the green cube
- This does not happen if the "Update" flag is unchecked (it can be found on the NavMeshLinkPoint component of the Start/End point gameobjects)
- Reproduced in 5.6.0f3 (497a0f351392)
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
- “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
Resolution Note:
Modifying the NavMeshLink while the Agent is traversing it is currently not supported.