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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.