Search Issue Tracker
Duplicate
Votes
0
Found in
2018.1.0f2
Issue ID
1101207
Regression
No
Rigidbody "Freeze rotation" does not work correctly when rotations of the objects are different
To reproduce:
1. Open attached project
2. Open the "SampleScene" scene
3. Noticed that right cube is not spinning.
Actual result: The cube on the right is completely static.
Expected result: The cube on the right should rotate the same as left one.
Reproduced with:2017.4.18f1; 2018.2.20f1; 2018.3.1f1; 2019.1.0a13
Note:
The cube on the left is rotating correctly. It has all rotation axis frozen except for Y. Then, its angular velocity around the Y-axis is set to a non-zero value. The local and world space Y axis coincide.
The cube on the right should be doing the same, but instead, it is completely static. It has all rotation axis frozen except for Z. It has been rotated 90 degrees around X so that its local space Z-axis coincides with the world's Y axis. Then, its angular velocity around the Y-axis is set to a non-zero value.
Note: When cubes positions are set to x 1 Rigidbody freeze rotation works as it should. When possition of CubeCorrent is set to x -1 the right cube does not spin correctly.
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
- RenderTexture pixels are gray when created without drawing on macOS
- Slider disappears when the Baked Lightmap Viewer window is at its minimum size
- Crash on 'TransformParticleMesh' when editing the MeshFilter during PlayMode
- UI Toolkit Window popups are cropped when using an UHD monitor coupled with a lower resolution monitor
- Baked Lightmap ”View” button text is aligned incorrectly
This is a duplicate of issue #1083573