Search Issue Tracker
By Design
Votes
0
Found in
2019.1.2f1
Issue ID
1152074
Regression
No
Fullscreen Mode: Windowed Standalone build goes back to regular Fullscreen mode if Display Resolution Dialog was used previously
How to reproduce:
1. Create a new project
2. Open player settings -> Resolution and presentation
3. Select Fullscreen Mode -> Windowed
4. Make sure that the "Display Resolution Dialog" is set to "Enabled"
5. Build the Player, in the Resolution Dialog uncheck "Windowed" mode and click Play
6. Close the player, disable the "Display Resolution Dialog" option and build the Player again
7. Observe that the built player is still in regular Fullscreen mode
Expected result: the Player is built in Window mode
Actual result: the Player picks up the previously used configuration and switches to the regular Fullscreen mode even though the "Fullscreen Mode" is set to "Windowed"
Reproduced in: 2019.3.0a2, 2019.2.0b1, 2019.1.2f1, 2018.4.0f1
Workaround: Build the player with the "Display Resolution Dialog" again and run it in Windowed mode. Subsequent builds should now be in proper Window mode
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
- Label is not centered when using flex-direction: row
- Incorrect initial target position when the Skinning Editor's "Depth" parameter is adjusted on a bone which is set as the "Effector" parameter on the "Limb Solver 2D" Component
- The order of activation for Water Deformers and Foam Generators will cause water artefacts in the Player
- Crash on `anonymous namespace'::PrepareTreesAndWriteWindParamsJobData::Execute when entering Play mode on a specific project
- [Linux] Crash on 'PPtr<RuntimeAnimatorController>::operator RuntimeAnimatorController*() const' when saving a new animation file
Resolution Note:
This issue is by design. When setting window mode in game or with screen selector, last used mode is saved to player preferences.