Search Issue Tracker
By Design
Votes
0
Found in
2017.3.0b7
Issue ID
964600
Regression
No
Rotation of the Rotation/Universal Tool handles are not updated when object's rotation is reset from the Inspector
To reproduce:
1. Open Unity, create a new project and open it
2. Create and select a cube
3. Rotate the cube with a rotation tool or the new universal tool (so that the rotation differs from (0,0,0) )
4. Open cube's Transform inspector context menu and select Reset
Notes: Observe that the tool handles are still rotated but the object is not
Notes:
- This issue appears on Windows and OSX
- Workaround: Change Space from Global to Local
Reproduced on Unity 5.5.5p1, 5.6.4p2, 2017.1.2p2, 2017.2.0p1, 2017.3.0b8 and 2018.1.0a2
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:
This is by design when in Global mode. The proper fix is to snap back to global after each operation. Since it's been a while that the behavior is like that and it's generally accepted, we won't change the behavior.