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