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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Add comment