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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
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.