Search Issue Tracker
Fixed
Fixed in 2021.3.48f1, 2022.3.55f1, 6000.0.32f1, 6000.1.0a8
Votes
0
Found in
2021.3.46f1
2022.3.53f1
6000.0.29f1
6000.1.0a6
7000.0.0a17
Issue ID
UUM-88049
Regression
No
[Linux] Input.mouseScrollDelta is inconsistent when limiting framerate
Reproduction steps:
1. Open the attached “BugRepro” project
2. Open the “Assets/Scenes/SampleScene.unity” scene
3. Enter the Play Mode
4. Scroll inside Game View
5. Observe inconsistent scaling changes
6. Exit the Play Mode
7. Open the “Assets/MouseScrollScale.cs”
8. Comment out line 9
9. Repeat steps 2-4
10. Observe smooth scaling changes
Expected results: Cube scales smoothly with “Application.targetFrameRate = 60“
Actual results: Cube scales inconsistently, with stutters with “Application.targetFrameRate = 60”
Reproduced with: 2021.3.46f1, 2022.3.53f1, 6000.0.29f1, 6000.1.0a6
Reproduced on: Ubuntu 24.04
Not reproduced on: Windows 11
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
- ScrollView speed is slower when entering Play mode
- UI Builder elements disappear and "Semantic - Unknown template name" error appears when changes to "Template" parameter are saved
- Renderers outside Light Probe hull use incorrect Ambient Probe values when "Renderer Light Probe Selection" is set to "Use Ambient Probe" and "Light Probes" on Mesh is set to "Blend Probes"
- ArgumentNullException error occurs when selecting a Camera in the Hierarchy with the Scene view open
- Clicking 'Open Editor Log' through the Console fails to open redirected Logs when relative Log files exist outside of the Project root
Resolution Note (fix version 6000.1.0a8):
verified with 6000.1.0a8
Resolution Note (fix version 2021.3.48f1):
tested on linux