Search Issue Tracker
Duplicate
Votes
0
Found in
5.3.5p4
Issue ID
814725
Regression
No
[Unity Remote] Touch input blocks mouse input resulting the incorrect mouse input
Steps to reproduce:
1) Download attached project 'PointerBug.zip' and open in Unity.
2) Open scene 'Test'.
3) Connect Android device with Unity remote app running.
4) Click down on the ‘Test Button’ using the mouse.
5) Touch down or tap as much as you want on the ‘Test Button’ in the Unity Remote app.
Note: Check the Console tab and you will notice everything works as it should be.
6) Release the held mouse click. OnPointerUp does not get called. If you move the mouse cursor you’ll see logs suggesting that the mouse is dragging even though the mouse click was released.
Expected result: OnPointerUp should be called just after mouse button is released.
Actual result: OnPointerUp is not being called.
Reproduced with : 5.3.6p1, 5.4.0f2, 5.5.0a4
DUT:
Samsung Galaxy S6 edge
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
This is a duplicate of issue #815918