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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.