Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.1.19f1
2022.2.0b11
2023.1.0a14
Issue ID
UUM-16964
Regression
Yes
GameObject movement jitters when RigidBody is set to kinematic and the interpolate option is selected
Reproduction steps:
# Open the user’s attached Project
# Open “Assets/Scenes/SampleScene.unity”
# Enter the Play Mode
Expected result: Capsule GameObject moves smoothly
Actual result: Capsule GameObject movement jitters
Reproducible with: 2022.1.0a6, 2022.1.19f1, 2022.2.0b11, 2023.1.0a14
Not Reproducible with: 2020.3.40f1, 2021.3.11f1, 2022.1.0a5
Reproducible on: Intel macOS 12.6
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
- Unity crashes during the scene template selection in the "Inspector" tab
- [Android] [iOS] [UnityWebRequest] Requests with "UnityWebRequest" are open for SSL Proxying
- SetWindowsHookEx does not prevent Windows key input when Editor or Player Window is focused and Active Input Handling is set to “Input System Package (New)” or “Both”
- Crash on GetEffectiveBc7TextureCompressor() when loading and unloading all Assets in the Project
- Terrain Masks do not ignore the mipmap limit
Resolution Note:
Having both Rigidbody and CharacterController on the same Game Object is undefined, and might be disallowed in a future release. This is because both components talk to a Transform directly and it's too easy to create an inherently broken setup that way.