Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
2020.3
2021.1
2021.1.9f1
2021.2
Issue ID
1340344
Regression
No
Camera rotation jerks in the High Definition RP template when frame rate fluctuates in Play Mode
Reproduction steps:
1. Create a project using the High Definition RP template
2. Press Play
3. Observe the camera rotation when moving the mouse
Expected result: No noticeable camera rotation jerks, consistent mouse sensitivity
Actual result: Mouse sensitivity is frame rate dependant, thus the camera rotation jerks
Reproducible with: 2020.3.11f1, 2021.1.10f1, 2021.2.0a19
Not reproducible with: 2018.4.35f1, 2019.4.28f1 (different High Definition RP templates)
Note:
- A fix is to not multiply mouse input with delta time in Assets > SampleSceneAssets > Scripts > LookWithMouse.cs as the mouse input is already a delta value, it's the amount the mouse has moved this frame
- Without multiplication by delta time, mouse sensitivity acts as it should (like a mouse input scalar) and should be reduced from the current high default value of 100 to 2, for example
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
- WebGL build dependencies are not refreshed until the Editor is restarted
- “Audio Random Container” allows adding unlimited number in “Audio Clips” numeric field, causing Editor to freeze
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
Resolution Note (fix version 2022.1):
Fixed in 2022.1.0a6