Search Issue Tracker
Active
Under Consideration for 1.14.X
Votes
1
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
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Terrain Samples throws warnings in the Console window after import
- UI Builder expands and collapses USS files only by adding or removing selectors
- A vertex stream with a stride of 1 is bound to the GPU in Player when mesh is compressed
- Spot light is not rendered if the Outer Spot Angle is set to below 2.56216 when the Android Build Platform is selected
- StructuredBuffer is not writable to when using DirectX Graphics APIs
Add comment