Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2019.3.0f6
2020.1
Issue ID
1218831
Regression
No
Cannot select exact decimal values when using the Game View window Scale slider
To reproduce:
1. Create a new project
2. Set the Layout to a 'Default' and open a Game View window
3. Try to set the Scale value firstly to '1.5x' and then to '1.7x'
Expected result: Both values are selectable
Actual result: One of the values will not be selectable
Reproducible in: 2018.4.18f1, 2019.3.3f1, 2020.1.0a24
Could not test in: 2017.4.37f1 (Slider values had no decimals)
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
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
Resolution Note:
The slider value isn't linear. The slider position is translated with logarithmic to scale value. The label we see showing the scale factor is the result of the calculation.