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
- Unable to switch to either Facebook Instant Games/Meta Quest in the Build Profile
- Error "IndexOutOfRangeException: Index was outside the bounds of the array" logged when selecting an Element in UI Builder with a specific setup
- "native code called abort()" is thrown in WebGL player when loading first scene
- Crash on core::base_hash_set when importing a specific package
- SettingsService.NotifySettingsProviderChanged() Doesn't Call OnDeactivate for Existing SettingsProviders when new ServiceProvider is created
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.