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
- “FMOD failed to set the software format to the custom sample rate…” warnings are thrown as System Sample Rate value is being changed in Audio section of Project Settings window
- VFX Marquee selection does match the visual indicator
- “Invalid AABB aabb” errors are spammed when “Infinity” value is entered in Collider Component fields
- Editor Role does not sync with the MPPM Play Mode Scenario Role when entering Play mode
- Long asset names cause overlap with the “Find” function in search result tabs
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.