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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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.