Search Issue Tracker
Fixed in 2020.3.47f1
Fixed in 2020.3.X, 2022.1.X
Votes
0
Found in
2020.3.40f1
2021.3.10f1
2022.1.17f1
Issue ID
UUM-15922
Regression
No
RangeAttribute Integer value is changing slow and choppy when changing the value by dragging the name of the field
How to reproduce:
1. Open the attached project “Dragging”
2. Open the “SampleScene” scene
3. Select “GameObject” GameObject in the Hierarchy
4. Drag the “Integer Range” field by the name of the field under Dragging (Script) Component
5. Observe the dragging
Expected result: The values are changing fast and you don't need to drag the mouse outside of the Inspector
Actual result: Values changing really choppy, it takes half the screen to reach the first or the last value
Reproducible with: 2020.3.40f1, 2021.3.10f1, 2022.1.17f1, 2022.2.0a9
Not reproducible with: 2022.2.0a10, 2022.2.0b8, 2023.1.0a10
Reproducible on: Windows 11 Pro
Note: Not reproducible with other variable types
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note (fix version 2020.3):
Fixed the slider min and max check that was causing the whole number slider to conflict with the value being displayed against the value being dragged.