Search Issue Tracker
Fixed
Fixed in 1.15.0
Votes
2
Found in [Package]
1.14.0
Issue ID
ISXB-1456
Regression
Yes
[Android] [Galaxy Tab] Pen touch input triggers UI/Click action two times (one with Pen touch and one with finger touch) instead of once.
How to reproduce:
1. Open the “ReproProjectSPenTouch.zip“ project
2. Open the “SampleScene“ scene
3. Build for Android
4. Install the app on the device
5. Clean the logcat with “adb logcat -c“
6. Start the logcat with “adb logcat | grep “MYDEBUG“ “ (Windows: “adb logcat | select-string “MYDEBUG“)
7. Open the app and with the S Pen click on the red square
Expected result: “MYDEBUG-{-}{{-}}DOWN 1“ and “MYDEBUG --{-}UP 1“ *not* logged with “MYDEBUG{-}{-}{{-}}DOWN 21”/ “MYDEBUG{{-}}{-}-UP 21” events
Actual result: “MYDEBUG-{-}{{-}}DOWN 1“ and “MYDEBUG --{-}UP 1“ logged with “MYDEBUG{-}{-}{{-}}DOWN 21”/ “MYDEBUG{{-}}{-}-UP 21” events
Reproducible with: 1.13.1 (6000.0.42f1, 6000.1.0b10, 6000.2.0a6), 1.11.2 (6000.1.0b5, 6000.0.23f1)
Not reproducible with: 1.11.1 (6000.0.23f1) 1.11.1, 1.11.0, 1.9.0 (6000.0.18f1)
Could not test with: 2022.3.59f1 (Build is failing because of the Burst issue I cannot resolve)
Reproducible environment: macOS 15.3.1 (M4 Max), Windows 11 (Reporters)
Not reproducible environment: No other environment tested
Reproducible with these devices:
VLNQA00488, Samsung Galaxy Tab S6 Lite (SM-P615), Android 11, CPU: Exynos 7 Octa (9611), GPU: Mali-G72
Galaxy Tab S8 tablet (Reproter's)
Notes:
- More information in the Internal Notes
- Reproducible with both “GameActivity” and “Activity” Application Entry Points
First Step:
* ask for device (Paulius / IT)
* try a fix with QA support (e.g. Paulius testing) without a device
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Look Dev” window restored from previous HDRP project causes errors in newly created URP project
- Shader Variant creation window gets stretched out when canceling
- Validation message "Profile name is unsupported" is unclear and does not provide information on what is wrong
- Enabling Override Variant Limit toggle Warning Threshold value gets set to 8
- Missing space in Shader Graph project settings
Add comment