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
- White lighting artifact when a point light with a small emission range and "Hard Shadows" touches an object while a directional light with "Soft Shadows" and another point light are present
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
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.