Search Issue Tracker
By Design
Votes
0
Found in
5.0.0b16
Issue ID
654602
Regression
No
[NavMeshAgent] Changing member "velocity" value, changes only after frame
When you set velocity value to any vector3, it only changes after few frames, not instantly.
1. Open project "Test"
2. Open scene "Test"
3. Play
4. Move object "GameObject" in the scene, "Capsule" going to follow it
5. Click button in the centre of screen "Button", it outputs "Capsule" velocity, then changes it to zero and outputs it again
6. In console you get something like this, for exmaple:
(0.0, 0.0, 1.2)
(0.0, 0.0, 1.2)
But you should get:
(0.0, 0.0, 1.2)
(0.0, 0.0, 0.0)
Reproduced: 4.6.0f1, 5.0.b13, 5.0.b16
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