Search Issue Tracker
Fixed
Votes
0
Found in [Package]
2019.4
2020.3
2021.1
2021.1.2f1
2021.2
Issue ID
1332555
Regression
No
[Mobile]Inconsistent results of EventSystem.current.IsPointerOverGameObject() across mobile platforms using the new Input System
Reproduction steps:
1. Download the attached "InputRepro.zip" project
2. Build and deploy the project to iOS
(The following steps are made on the device)
3. Press in the middle of the screen
4. Press in the top left corner of the screen
Expected result: The top right screen shows that logs return a "true" value
Actual result: The logs return a "false" value
Reproducible with: 2019.4.25f1, 2020.3.7f1, 2021.1.6f1, 2021.2.0a15
Could not test with: 2018.4 (New Input system not available)
Reproduced with: VLNQA00277, Asus ROG Phone, Android: 8.1.0, CPU: Snapdragon 845 SDM845, GPU: Adreno (TM) 630
VLNQA00006, Samsung Galaxy S7, Android: 8.0.0, CPU: Exynos 8 Octa 8890, GPU: Mali-T880
VLNQA00121, Samsung Galaxy S9, Android: 9, CPU: Exynos 9 Series 9810, GPU: Mali-G72
VLNQA00030, Lge LG G2, Android: 4.4.2, CPU: Snapdragon 800 MSM8974, GPU: Adreno (TM) 330
iPhone 6S (iOS 13.3.1),
iPhone 12 Pro (iOS 14.2.1)
-
owaissaleem
May 02, 2021 08:23
This is also a very good post which I really enjoyed reading. It is not every day that I have the possibility to see something like this. youtube.com/channel/UCq5MohjrdmSraV9DR13tQMA
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
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
Resolution Note:
uGUI EventSystem updates *after* input as part of regular MonoBehaviour.Updates. Polling UI state from within action callbacks (and thus from with input processing) will poll UI state from last frame.