Search Issue Tracker
Fixed in 2018.4.0f1
Fixed in 2018.4.X, 2019.1.X, 2019.2.X
Votes
64
Found in
2018.3.8f1
2019.1.0b5
2019.2.0a6
Issue ID
1137204
Regression
Yes
Fullscreen mode: Maximized Window functionality is broken and any built Player changes to Non-Window mode when Maximizing
How to reproduce:
1. Create a new project and open its Player settings
2. Under the "Resolution" settings change the "Fullscreen Mode" to "Maximized Window" and checkmark the "Resizable Window" option
3. Build the project
4. Run it in fullscreen mode (The Player will be fullscreen in non-window form)
5. Run it again in windowed mode and maximize the window (The Player will still be in fullscreen non-window form)
Expected result: when maximizing the player is still in window mode
Actual result: maximizing the player results in it changing modes to regular fullscreen, making the title bar disappear
Reproduced in: 2019.2.0a8, 2019.2.0a6, 2019.1.0b7, 2019.1.0b5, 2018.3.9f1, 2018.3.8f1
Not reproducible with: 2019.2.0a5, 2019.1.0b4, 2018.3.7f1, 2017.4.23f1 (The 2017.4 versions had a separate D3D11 Fullscreen Mode setting which works as expected when setting it to Exclusive Mode)
Fixed in: 2019.2.0a15, 2019.1.2f1, 2018.4.0f1
Comments (34)
-
Jens_Eopus
Apr 01, 2019 08:21
Reproducible in 2018.3.11f1
and the Category should probably be Window Management -
VCUMCL
Mar 27, 2019 19:02
Reproducible in 2018.3.8f1
-
Jens_Eopus
Mar 26, 2019 08:42
Reproducible in 2018.3.10f1
-
cooptwostar
Mar 21, 2019 19:06
Not reproducible in 2018.3.6f1
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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Resolution Note (fix version 2018.4.0f1):
The behavior of the Maximize button was changed in order to fix another (more serious) issue: https://issuetracker.unity3d.com/issues/buttons-dont-record-input-when-the-window-is-maximized-and-then-set-to-2560x1080-resolution
Clearly we made a bad call. So, we've implemented a different fix to the aforementioned bug which also maintains the correct maximize window behavior.
A workaround to automatically revert the app out of fullscreen mode can be found here: https://forum.unity.com/threads/unity-2019-1-is-now-available.661885/page-3#post-4491478
Verified fixed in: 2019.2.0a15, 2019.1.2f1, 2018.4.0f1