Search Issue Tracker
By Design
Votes
0
Found in
5.5.0f3
Issue ID
871262
Regression
No
GameObject x axis values of rotation are shown incorrect in the Console window
Reproduction steps:
1. Open the attached project;
2. Go to the Scene window;
3. Click on the object "Cube";
4. Rotate the object with a button "Rotate X 90";
5. Observe Console window results;
Actual result: the rotation values are shown incorrect in the Console window (1.png) (first rotate - (90.0, 0.0, 0.0), second rotate - (0.0, 180.0, 180.0), third rotate - (270.0, 0.0, 0.0)
Expected result: the rotation values should be shown correct in the Console window (first rotate - (90.0, 0.0, 0.0), second rotate - (180.0, 0.0, 0.0), third rotate - (270.0, 0.0, 0.0)
Reproduced with: 5.3.6p4, 5.4.3f1, 5.5.0f3, 5.6.0b4
Note: the rotation values of x axis are shown correct in the Inspector window. The wrong values are shown just in Console window.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment