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
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- Addressables Profiles and Analyze windows no minimum window size
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
This is a duplicate of issue #815918