Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.0.0-exp.4
1.1.4
2.0.0-pre.3
Issue ID
NAVB-52
Regression
No
GameObject moves slower and less smooth when using the NavMesh Agent component
How to reproduce:
1. Open the “IN-53391_repro“ project
2. Open the “Test_1“ scene
3. Enter the Play Mode and use the “W“, “A“, “S“, and “D“ keys to move the “Player“ GameObject
Expected result: The GameObject moves smoothly
Actual result: The GameObject moves slowly and less smooth
Reproducible with: 1.0.0-exp.4 (2021.3.30f1), 1.1.4 (2022.3.9f1, 2023.1.12f1), 2.0.0-pre.3 (2023.2.0b8, 2023.3.0a4)
Reproducible on: Windows 10
Not reproducible on: No other environment tested
Notes:
- In 1.0.0-exp.4 (2021.3.30f1), sometimes it may not reproduce
- Not reproducible in Player
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
- Crash with multiple stack traces when painting detail on Terrain with a highly detailed Prefab
- Crash on mono_object_handle_isinst_mbyref_raw when SerializedReference points to a struct implementing ISerializationCallbackReceiver whose first field is a UnityEngine.Object
- Default name of a "Category" in a VFX Graph is not capitalised
- [Android] TMP Input Field loses focus on click when using an external keyboard
- GameObject renders as a cube when changing Cast Shadows
Resolution Note:
After speaking with the Physics team, we discovered that the issue is the Rigidbody, which is configured as a kinematic body using interpolation. The fix here is to disable interpolation for the Rigidbody component.