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
- UI Toolkit meshes are fully rendered and rasterized when opacity is 0
- Light rendering artefacts appear in the Editor when assigning unsupported 3D Custom Render Texture in Camera’s Output Texture, unclearable errors and warnings spammed
- Memory leak when running a test with "GfxThreadingMode" set to "SplitJobs"
- Loading Unloaded unsaved Scene throws “ArgumentException” error in the Console
- Crash on std::__1::__tree_const_iterator when opening the Build Profiles window in a specific project
Add comment