Search Issue Tracker
Fixed in 5.0.X
Votes
0
Found in
4.3.0f1
Issue ID
573538
Regression
No
Behavior of Move and SetDestination is inconsistent with regards to the Stop function with stopUpdates set to true
To reproduce:
1. Open the Test Scene
2. There is a NavMeshAgentTest script on the 'Agent' object in the scene. The NavMeshAgentTest component will attempt a form of movement after calling Stop (true) on the NavMeshAgent.
3. Setting the 'Mode' variable to 'Move' and the 'Restart Position Updates' variable to false means the component will try NavMeshAgent.Move without setting updatePosition to true after the Stop (true) call. (Agent will not move here)
4. Setting the 'Restart Position Updates' variable to true with the same mode will cause the Move call to succeed. (Agent will move)
5. Setting the 'Mode' variable to 'SetDestination' will cause the agent to move to the given point without setting updatePosition to true. (The agent will move here anyway)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment