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
- Package Manager Select all keyboard shortcut selects all packages even if they’re not visible to the user when the Package Manager has no search results and the shortcut is pressed
- "NullReferenceException" error and memory leak warning is thrown when Entities Graphics package is installed
- Version Control: information does not align with window title
- Exceedingly long wait when importing large audio file
- TextMeshPro text input's caret is flickering when Line Mode is set to Multi Line and text is selected
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.