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
- “Frame Debugger On” text color not maintained across different Editor Themes in toolbar
- Rendering artefacts appear in the Game view window when maximizing/minimizing Inspector window and Frame Debugger is Enabled
- [MacOS] AdvancedDropdown in the Profiler is not scrollable even when not all options in the list are visible
- Memory leak when a lot of Particle Systems instantiated while Profiler is open
- "ArgumentOutOfRangeException" error is thrown when trying to delete letters from an RTL TextField when using the Advanced Text Generator
Resolution Note:
Modifying the NavMeshLink while the Agent is traversing it is currently not supported.