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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
This is a duplicate of issue #1083573