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
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
- Entities Hierarchy window allows Cyclic nesting and throws an “ArgumentException: Cyclic nesting detected” error when dragging a Prefab onto the same Prefab in the Entities Hierarchy
- EnterPlayModeOptions doesn't take effect if user manually modifies m_EnterPlayModeOptionsEnabled to 0
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
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.