Search Issue Tracker
Fixed in 2020.1.X
Votes
0
Found in
2017.2.0f3
Issue ID
964631
Regression
No
Rotating with Ctrl button will skip fractional value in Inspector
To reproduce:
1. Open Unity, create a new project and open it
2. Create Cube or other gameObject and select it
3. Rotate that gameObject with Crtl button on selected axis until 95 degrees is reached
Expected result: Value in Inspector will be 95.0
Actual result: Value in Inspector will be 90.00001
Notes:
- This issue appears on Windows and OSX
- If you rotate X axis until 554.999 or -554.999 degrees, then Y and Z axis of Rotation moves from zero value to -1.525879e-05 or 1.525879e-05. If you rotate it more until X axis reaches 630 or -630, then Y and Z axis of Rotation will return to zero value. Also, it happens with 825 or -825 values on X axis and everything fixes on 914.999 or -914.999 values.
Reproduced on Unity 5.5.5p1, 5.6.4p2, 2017.1.2p2, 2017.2.0p1, 2017.3.0b8 and 2018.1.0a3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “NullReferenceException” thrown when moving control points on a tree branch in Scene view
- [Linux] Player window unexpectedly resizes to monitor dimensions when calling "Screen.SetResolution" function with hardcoded resolution matching current display's width or height
- Color picker does not show the correct color when selecting color on the moving object
- “Asset X has no meta file, but it's in an immutable folder. The asset will be ignored.” errors are thrown when importing package with files not listed in package.json's "files" property
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
Add comment