Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2019.2
2019.3
2019.3.0f3
2020.1
Issue ID
1209099
Regression
No
Rigidbody falling onto another kinematic rigidbody using MoveRotation(0), has <1e-5 variation in Rigidbody Info fields
Steps to reproduce:
1. Open user's attach project "RigitbodyTest.zip"
2. Open "SampleScene"
3. In the Hierarchy select "Cube"
4. Enter Play mode
5. Notice the fluctuating Transform.Y value in the Inspector
Expected results: RigidBodies is not moving
Actual results: RigidBody is moving in a very small interval of Y value when it is on top of a Quaternion.normalized Rigidbody
Reproducible with: 2018.4.0f12018.4.15f1, 2019.3.0f6, 2020.1.0a20
Note: Quaternion.Normalized is not present in 2017.4
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
- 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
Resolution Note:
The jitter that is observed here is smaller than the epsilon used in the physics engine (1e-5), so strictly speaking nothing is moving in fact.