Search Issue Tracker
Won't Fix
Votes
0
Found in
2023.3.0a1
6000.0.0b11
6000.1.0a7
7000.0.0a1
Issue ID
UUM-48663
Regression
No
Unity.Input reports Touch.deltaPosition(0,0) depending on selected Screen Refresh Rate and Application.TargetFPS
Steps to reproduce:
1. Open the attached user's project "z_TestInput.zip"
2. Build for Android
3. Set the Target FPS to 30
4. Touch the screen and make circles with your finger to print the values
5. Observe no Red values are reported (touch.deltaPosition (0,0))
6. Set the Target FPS to 60
7. Repeat step 4
8. Observe Red frames reporting touch.deltaPosition (0,0)
Expected results: Input does not skip frames and Touch.deltaPosition(0,0) is not outputted depending on selected Screen Refresh Rate and Aplication.TargetFPS
Actual results: Input reports Touch.deltaPosition(0,0) depending on selected Screen Refresh Rate and Aplication.TargetFPS
Reproducible with: 2021.3.30f1, 2022.3.9f1, 2023.1.12f1, 2023.2.0b9
Could not test on 2023.3.0a5 due to CLI Linker error
Reproducible on these devices:
N/A, Samsung Galaxy Note9 (SM-N9600), Android 9, CPU: Snapdragon 845 SDM845, GPU: Adreno (TM) 630
N/A, Hmd Global (Nokia G20), Android 13, CPU: Mediatek MT6765G Helio G35 (12 nm), GPU: PowerVR Rogue GE8320
VLNQA00310 - iPad Pro 12.9", 13.4.1 iOS
User devices:
Samsung Galaxy S8
Xiaomi Mi A1
Windows 11 laptop with touch screen
Not reproducible on these devices:
N/A, Xiaomi - (Redmi Note 8 Pro), Android 9, CPU: MediaTek Helios G90T MT6785T, GPU: Mali-G76 MC4
N/A, Samsung - (SM-G991U), Android 12, CPU: Snapdragon 888, GPU: Adreno (TM) 660
VLNQA00494 - iPhone 14 Pro Max, 16.3.1 iOS
VLNQA00358 - iPhone 12, 14.1 iOS
VLNQA00392 - iPad (9th generation), 15.0 iOS
Windows 11 Dell XPS 15 (9510) laptop touchscreen
iPhone 13 mini 17.0.1 iOS
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Notes:
-Issue does not reproduce on Windows Standalone Player
Comments (1)
-
JesOb
Mar 19, 2024 10:50
Resolution is not correct because it work the same on latest input system, 1.8.1 on latest unity 2022.3.21
create new bug report about it
CASE IN-71593
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
- Brush Size in the Inspector window does not update when the Brush Size in Scene View is changed
- "ArgumentOutOfRangeException" errors are thrown every time a keyboard key is pressed when renaming a component in UI Builder with a symbol and changing the name after label attribute warning
- Values in "Rect Transform" component are only partially updated when changing values in Prefab Mode
- Same Asset Type Focused Inspectors do not repaint when menus are manipulated
- Bool or Trigger Parameters can be selected via right clicking to the right of a Parameter control in the Animator Window
Resolution Note:
Reading the hardware state may not be at the same rate as the update loop so it's valid to have some zero delta frames.