Search Issue Tracker
By Design
Votes
1
Found in
2020.3.14f1
2021.2.0a9
2022.1
Issue ID
1357435
Regression
Yes
Undocked Editor windows can not be positioned outside the visible screen area
How to reproduce:
1. Open the attached project (1357435.zip) and make sure "SampleScene" is open
2. Enter Playmode
3. Press the S key to open an undocked Game view window
4. Hold the A or D key until the Game view goes beyond the left or right edge of the visible screen area
Expected result: the Game view leaves the visible screen area
Actual result: the Game view stops at the visible screen area's edge
Reproducible with: 2020.3.17f1, 2021.1.22f1, 2021.2.0a9, 2021.2.0b12, 2022.1.0a9
Not reproducible with: 2019.4.29f1, 2021.2.0a8
Notes:
1. Reproducible on Windows 10
2. The issue is present on all Editor versions on Ubuntu 20.04 (other application windows are able to leave the visible screen area)
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
This change was by design to guard against windows disappearing off the screen or losing the top bar to move the window due to DPI differences in displays. A full screen playmode is something we would like to implement in the future.