Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2018.4.X, 2019.1.X
Votes
0
Found in
2018.3.0b4
2018.3.6f1
2019.1.0a5
2019.2.0a1
Issue ID
1134503
Regression
No
Field of View is stuck on a small Game window in the corner when Cursor.lockState is set to CursorLockMode.Locked
How to reproduce:
1. Open user's attached project ('Nanoreno 2019.zip')
2. Open Scene 'Level_Common' (Assets -> Game -> Scenes -> Level_Common)
3. Re-position the Game window to the bottom-right corner and re-scale it to a very small one
4. Enter play mode and click on the Game window
5. Try to move the mouse around
Expected results: Field of View turns together with the mouse movement
Actual results: Field of View is stuck
Reproducible with: 2018.3.8f1, 2019.1.0b7, 2019.2.0a5
Note: The bigger the window is the easier it is to turn the Field of View. Resize it to a bigger one to see that the Field of View actually turns together with mouse movement.
Note2: Could not test in 2017.4 due to missing prefabs and console errors.
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
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
- Animator window Eye button on click visual does not cover the whole area of the button when clicked
Resolution Note (fix version 2019.2):
Fixed issue when a locked cursor miscalculates the mouse move delta when the game view is too close to the edge of a monitor.