Search Issue Tracker
In Progress
Under Consideration for 6000.0.X, 6000.3.X, 6000.5.X
In Progress in 6000.4.X
Votes
4
Found in
2022.3.21f1
2023.2.12f1
2023.3.0b9
6000.0.0b11
6000.1.0a7
6000.2.0a1
6000.3.0a1
6000.4.0a1
6000.5.0a1
Issue ID
UUM-65360
Regression
No
Agent velocity resets to 0 when calling NavMeshAgent.SetDestination() to an unreachable position
Reproduction steps:
1. Open the attached “SetDestinationRepro.zip” project
2. Open the “SampleScene”
3. Enter the Play mode
4. Check the second checkbox in the Game view
5. Observe the NavMesh Agent movement and velocity
Expected result: Agent smoothly moves and has stable velocity
Actual result: Agent’s movement is glitching and velocity keeps resetting to 0
Reproducible with: 2022.3.21f1, 2023.2.12f1, 2023.3.0b9
Couldn’t test with: 2021.3.35f1 (AI Navigation package errors)
Reproducible on: Windows 10 (User reported), Windows 11
Not reproducible on: no other environment tested
Notes:
- The first checkbox calls SetDestination to a reachable position and agents' movement is smooth and velocity is stable
- The third checkbox uses a manual SamplePosition/CalculatePath workaround which makes the movement smooth but is not ideal due to it stalling the main thread while calculating the path
Comments (1)
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Kuryer
Nov 11, 2025 19:01
Advocating for a fix for 6000.0.X, please