Search Issue Tracker
Fixed in 1.1-pre.6
Votes
6
Found in [Package]
1.0.0
Issue ID
1231647
Regression
No
Input System UI Input Module throws console errors when not every input is released from UI Button using a touchscreen monitor
Reproduction steps:
1. Download and open the attached project "1231647.zip"
2. Open the Sample Scene
3. Enter Play mode
4. Press the button with two fingers using a touchscreen monitor
5. Release one finger
Expected result: No console errors are thrown
Actual result: "Pointer should have exited all objects before being removed" error is thrown
Reproduces on: 2019.3.15f1 (1.0.0-preview.6, 1.0.0), 2020.1.0b10 (1.0.0), 2020.2.0a12 (1.0.0)
Notes:
Input System package is not available in Unity 2018.4 and below.
The issue is not reproducible when Pointer Behavior field of the Input System UI Input Module script is set to "All Pointers as is", other options reproduce the issue.
The issue was not reproducible prior to package version 1.0.0-preview.6 as Pointer Behavior field was not yet introduced.
Comments (1)
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
- Visual artifacts appear when the HD Dynamic Resolution Component changes the resolution scale
- Domain Reload loading popup is dark when Editor Theme is set to "Light"
- Scene Views breaks and errors are spammed in the Console when the Game view is shrunk vertically to the minimum, and the Aspect Ratio is 16:9 or 16:10
- Slider Fill Area disappears after undoing “Set Native Size” change
- Crash with multiple stack traces when playing video on a render texture with low-end graphics devices
Bramverhoeven2
Mar 03, 2021 09:59
I do have a similar issue in the Unity scene. I am not totally sure if it is related to this issue. But as soon as I use the IDragHandler with the OnDrag method with touches in the scene I get the same error.