Search Issue Tracker
Fixed
Fixed in 1.14.2
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
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
- White lighting artifact when a point light with a small emission range and "Hard Shadows" touches an object while a directional light with "Soft Shadows" and another point light are present
Add comment