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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
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.