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
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
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.