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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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.