Search Issue Tracker
In Progress
Under Consideration for 2021.3.X, 2022.2.X, 2023.1.X
Fix In Review for 2023.2.X
Votes
13
Found in
2021.3.12f1
2022.2.0b13
2023.1.0a16
2023.2.0a1
Issue ID
UUM-18554
Regression
Yes
Slow scroll view scrolling when entering Play mode and in Builds
Scrolling is quite slow in Play mode.
We can see that the wheel delta computed by InputSystemUIInputModule is 1/10 of what we have in an EditorWindow.
Reproduction steps:
# Open the user's attached project
# Open Assets > Test scene
# Enter Play mode and scroll Expected result: usual scrolling speed Actual result: slow scrolling
Related fogbugz issue: https://fogbugz.unity3d.com/f/cases/1403738/
-
jonas-thefullyarcade
Jan 17, 2023 15:23
Not sure if this is the sam problem the is fixed in the Alpha branch, but when scrolling in Android. It looks like the scroll after you release it, uppdates in like 10fps. While checked performance it runs 60fps, so is not a performance problem. Seems like there is a cap in the update for the Scroll Deceleration Rate tick.
Have tried to get the Alpha up and running to confirm it's fixed, but didn't manage to create a build so gave up.
-
paxron
Nov 08, 2022 18:07
I can confirm in 2022.2.0b13 the scrollview scrolls slowly, even when scroll sensitivity or vertical page size is changed.
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
- There is no option to change the string being passed when Unity passes the string to the 'vkCreateInstance' function
- [Android] Build fails when a project has a custom asset pack
- Undo history is broken when undoing while Color Picker is open
- Project Settings window is black when changing Color Space from Gamma on Vulkan
- Crash on GenerateTextureAndSpriteRectDataFromAtlasMask when clicking "Pack Preview" after packing an Asset into Sprite Atlas
Resolution Note (fix version 2023.2):
UI Toolkit: Users can set the ScrollView's mouse wheel scroll size (thus its speed) with the Mouse Wheel Scroll Size attribute, regardless of its vertical and horizontal page sizes.