Search Issue Tracker
By Design
Votes
10
Found in
2020.2
2020.2.0f1
2021.1
2021.2
Issue ID
1306853
Regression
No
UI Sliders move without OnClick action
Reproduction steps:
1. Open attached project "Slider.zip" and scene "MainScene"
2. Enter Play Mode
3. In Game View, select and drag the "RedSlider" GameObject
4. In Game View, release mouse and move it about
Expected result: "RedSlider" stops sliding
Actual result: "RedSlider" continues sliding
Reproducible with: 2020.2.3f1, 2021.1.0b5, 2021.2.0a3
Could not test with: 2018.4.31f1, 2019.4.19f1 (compilation errors)
Comments (2)
-
shopsoftsrl
Feb 02, 2021 20:33
Yes, we need this fixed pls
-
taranasus
Feb 02, 2021 20:04
This issue is actually plaguing my game right now so votes to fix are appreciated <3. I'd link to a tweet showing the issue in a video but I'm not allowed to link it.
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
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is thrown when launching a project with a corrupted library
Resolution Note:
If you go to Edit -> Project Settings -> Input Manager -> Axes -> Horizontal, and change the "Type" setting to "Key or Mouse Button" instead of "Mouse Movement", the sliders behave as expected.