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
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
Resolution Note:
Modifying the NavMeshLink while the Agent is traversing it is currently not supported.