Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.38f1
2022.3.30f1
6000.0.4f1
7000.0.0a1
Issue ID
UUM-72762
Regression
No
Rotation value change on the X-axis gets stuck when using transform.rotation.eulerAngles
Reproduction steps:
1. Open the attached “RotationTransform.zip” project
2. Enter the Play mode
3. Select the “Cube” GameObject from the Hierarchy
4. Click the button in the Game view at least 4 times
5. Observe the “Cube” rotation values on the X-axis with each click
Expected result: “Cube” X-axis rotation value changes in such order: 0 > 90 > 180 (or -180) > -90 > 0
Actual result: “Cube” X-axis rotation value only changes to 90 and 180
Reproducible with: 2021.3.38f1, 2022.3.30f1, 6000.0.4f1
Reproducible on: Windows 10 (by user), Windows 11
Not reproducible on: no other environment tested
Note: Rotation on the Y and Z axes works as expected
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
- Popup windows spawn on the incorrect monitor when the Editor is placed near the boundary of scaled monitor next to a monitor with different scaling
- Hidden Tabs do not shift into empty space after closing visible Tabs
- [Android] Application not deployed on a device when "activity-alias" is used in the AndroidManifest
- Shader compile process adds shader ID to the constant buffer name when the word "Globals" is being used in Vulkan
- Audio Mixer Snapshot link to the documentation isn’t working
Resolution Note:
After discussion, this expected behavior due to a gimbal lock.