Search Issue Tracker
Won't Fix
Won't Fix in 2023.1.X
Votes
0
Found in
2020.3.36f1
2021.3.6f1
2022.1.10f1
2022.2.0b2
2023.1.0a3
Issue ID
UUM-9662
Regression
No
"Mouse.delta" returns zero when moving the cursor against the screen edge when using a Remote Desktop Connection on Windows
How to reproduce:
- Open the user-attached project (InputSystem MouseDelta Bug.rar)
- Open the SampleScene and enter Play Mode
- Make sure that the Game view is maximized
- Move the mouse cursor around and note the flickering
- Move the mouse cursor against the side of the screen
Expected result: the Game view flickers indicating that the mouse delta isn’t zero
Actual result: the Game view remains black indicating that the mouse delta is zero
Reproducible with: 2020.3.36f1, 2021.3.6f1, 2022.1.10f1, 2022.2.0b2, 2023.1.0a3
Reproducible on: Windows 10, Ubuntu 20.04
Notes:
- Documentation page mentioning the expected behavior: https://docs.unity3d.com/Packages/com.unity.inputsystem@1.0/api/UnityEngine.InputSystem.Pointer.html#UnityEngine_InputSystem_Pointer_delta
- Reproducible when using a remote desktop connection or a KVM switch emulator (like Barrier) and reproducible on Linux without any additional software
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
Resolution Note:
When the mouse cursor is against the edge of the screen and you are running Unity through a remote desktop session, Unity does not receive any input events from the OS. Unfortunately, this seems to be a limitation of RDP and we cannot fix it.
Resolution Note (2023.1.X):
When the mouse cursor is against the edge of the screen and you are running Unity through a remote desktop session, Unity does not receive any input events from the OS. Unfortunately, this seems to be a limitation of RDP and we cannot fix it.