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
- Property field override bar does not update transparency correctly when switching between valid and invalid GameObjects
- Project window selection is not updated when search term is changed
- Error when adding valid MonoBehaviour script to Prefab in Project window
- Editor Launch Screen will close when Enter is pressed on it
- ObjectPool's pool is destroyed when entering Play Mode without reloading Domain
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.