Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4.0f1
2019.1.0a1
2019.2.0a1
2019.3.0a1
2019.3.0a4
Issue ID
1156963
Regression
No
Mouse snaps to main monitor if the scene view is maximised while panning or flying around the scene
If Unity is not running on your main monitor and you maximise the scene view while interacting with it, the mouse cursor will snap to the main monitor. It should stay on the monitor Unity is running in.
This does not happen when Unity is run on the main monitor.
1. Create a set up with at least two monitors, making sure they are set to "Extend these displays" in Windows display settings
2. Open Unity positioned on any monitor but your primary monitor
3. Create a new project with any settings
4. Switch to scene view
5. Right click and hold in scene view to enter fly mode
6. While still in fly mode, hit SHIFT+SPACE on your keyboard to toggle maximising the window
Expected result:
The mouse cursor stays in position.
Actual result:
The mouse cursor snaps to the main monitor.
Tested on Windows.
Reproduced on 2018.4.0f1, 2019.1.0f2, 2019.2.0b3, 2019.3.0a3
Does not reproduce on 2017.4.25 (the command to maximise does not work on that version)
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note (2019.3.X):
Maximizing an editor window does not support by default the cursor position and wrapping. This needs to be implemented in the editor window itself (i.e. gameview, scene view, etc)