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
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
- White lighting artifact when a point light with a small emission range and "Hard Shadows" touches an object while a directional light with "Soft Shadows" and another point light are present
Resolution Note:
Modifying the NavMeshLink while the Agent is traversing it is currently not supported.