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
- "Curve" window workspace doesn't update the scale to match the selected curve preset unless reopened
- StackOverflowException occurs and tests fail to load when the Test Runner window is opened while System.Windows.Forms.dll and System.Deployment.dll are present in the project
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
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.