Search Issue Tracker
By Design
Votes
0
Found in
2019.1.0a8
Issue ID
1099009
Regression
No
Rotating an object resets the Tool Handles to use Local Rotation when using the Universal Transform Tool
How to reproduce:
1. Create a new Unity project
2. Make sure the Tool Handle Rotation is set to Global
3. In the Hierarchy Window create a new Cube object and press Y to use the Universal Transform Tool
4. Rotate the Cube and observe the Gizmos
Expected result: The tool handles are always in global rotation
Actual result: The tool handles are shown in the local rotation even though the global rotation is toggled
Reproduced in: 2019.1.0a9, 2018.3.0b10, 2018.2.16f1, 2018.1.9f2, 2017.4.15f1
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note (2019.1.X):
Its behaviour is as per expected, global always resets itself to its default, when you try to rotate it, it will rotate by that amount and this amount will be added to local rotation and global rotation again resets, as it is a reference coordinate system it is not meant to change.
This is as per design and in code also we are always having offset value as 0 in case of global rotation.