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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.