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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment