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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
This is a duplicate of issue #815918