Unity Issue Tracker - Large-ish float error margins when using the Rect Tool to rotate a 3D Object
Fixed
UUM-3386
Large-ish float error margins when using the Rect Tool to rotate a 3D Object
Unity: uGUI
Fixed
2023.1.X
2021.3.X
Won't Fix
2022.2.X
2019.4.X
Fixed in: 2023.1.0a3
2022.1 has reached end of life so the issue will be fixed in a newer version.
Steps to reproduce:
1. Open the attached project
2. Switch to the Rect Transform tool
3. Select the Cube in Scenes/SampleScene.unity
4. Rotate it using the Rect Transform tool
5. See the values printed in the console
Expected result: rotations on unaffected axes are closer to the nearest 0 or 180 degree value
Actual result: rotation values on unaffected axes are quite far from the nearest rounding point
Note: The same issue does not appear when using the Rotate Tool to rotate on a single axis.