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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
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.