Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.3.16f1
Issue ID
UUM-58930
Regression
Yes
[Linux] Camera spins when moving mouse in Sample Scenes (URP) template
{}Reproduction steps{}:
- Create a new Sample Scenes (URP) template
- Enter Play Mode
- Click on the Game view once, to enter first-person mode
- Move the mouse up and down
{}Expected behavior{}: The player camera moves up and down
{}Actual behavior{}: The player camera spins fast diagonally when moving the mouse.
Notes:
- Attaching a video of the camera movement. In the video, I am moving the mouse up and down slowly.
- Only reproducible on Ubuntu 20
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:
This issue is only reproduced when using Ubuntu in a VM, remoting into the machine, or using WSL. The issue is that without direct access to actual hardware, we cannot actually lock the mouse cursor. When the mouse cursor is not locked we calculate the mouse deltas incorrectly, causing the Camera to spin.