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
- “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:
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.