Search Issue Tracker
Won't Fix
Votes
2
Found in
2020.3.47f1
2021.3.24f1
2022.2.18f1
2023.1.0b15
2023.2.0a13
2023.3.0a1
Issue ID
UUM-35819
Regression
No
[Android/Input Manager] Intermittent touch input starts to jitter after minimizing and restoring the app when built on Android
Reproduction steps:
1. Open the attached project "ReproProj" with the Android Platform selected
2. Build And Run on an Android device
3. Swipe your finger left and right across the screen and observe the white bar with red and blue ends moving
4. Minimize and restore the game
5. Repeat the left and right swipe finger movements
6. Observe the bar
Expected result: Bar is not jittering and continuously moves together with the finger
Actual result: Bar is jittering when swiping the finger just as seen in the JitterinReproduce.mp4
Reproducible with: 2020.3.47f1, 2021.3.24f1, 2022.2.18f1, 2023.1.0b15, 2023.2.0a13
Reproducible with devices:
VLNQA00325, Samsung Galaxy Note10 (SM-N970F), Android 12, CPU: NOT FOUND, GPU: Mali-G76
VLNQA00231, Samsung Galaxy A5(2017) (SM-A520F), Android 8.0.0, CPU: Exynos 7 Octa 7880, GPU: Mali-T830
VLNQA00231, Huawei HUAWEI Mate 20 Pro (LYA-L29), Android 9, CPU: HiSilicon Kirin 980, GPU: Mali-G76
VLNQA00358 - iPhone 12, 14.1 iOS
VLNQA00310 - iPad Pro 12.9", 13.4.1 iOS
Not reproducible with devices:
VLNQA00318, Oneplus OnePlus 7 Pro (GM1913), Android 11, CPU: Snapdragon 855 SM8150, GPU: Adreno (TM) 640
VLNQA00494 - iPhone 14 Pro Max, 16.3.1 iOS
VLNQA00392 - iPad (9th generation), 15.0 iOS
Testing environment: Windows 10 Enterprise 21H2
Notes:
* The issue is related to touch input on mobile phone screens
* The input occasionally starts to jitter, with missing delta values in certain frames, and then it becomes smooth again
* In the attached video user demonstrated a graph of the touch delta position (red line in the top right corner) and delta time below it (blue line for Time.deltaTime, green line for touch.deltaTime), after the app is minimized and restored, the graph becomes jagged, and the input starts to jitter
* Seeing black artifacts when testing Android Player built with version 2021.3.24f1 and 2023.2.0a13
Comments (3)
-
JesOb
Mar 19, 2024 11:00
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 -
Vladnee
May 16, 2023 08:49
According to my suspicions, the problem originates from the fix at https://issuetracker.unity3d.com/issues/android-time-dot-deltatime-values-arent-stable-on-specific-devices.
-
Vladnee
May 16, 2023 08:44
This issue appeared in Unity 2021.3.20f1, it was not present in Unity 2021.3.19f1.
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
- Editor Perforce login fails when Perforce shows a license expiry warning
- Assertion failed error in HDRP builds when enabling STP via script
- FBX Resamples Curves incorrectly when importing FBX files
- ProBuilder GameObject Faces disappear when increasing the Sides Count value
- FileUtil.CopyFileOrDirectory throws IOException when destination parent folder does not exist
Resolution Note:
This has been an issue with the old input system since Unity 2017, and is not an issue on the new Input system.