Search Issue Tracker
Fixed in 2019.1.X
Fixed in 2018.3.X
Votes
2
Found in
2018.2.4f1
2018.2.12f1
Issue ID
1091258
Regression
Yes
[Linux Player] If screen selector is disabled/doesn't run, and default is "Fullscreen Windowed", it defaults to 1x1 resolution
To reproduce:
1) Create a new project
2) Go to player settings
3) Make sure Fullscreen Mode is at "Fullscreen Window", Default is Native is enabled and that "Screen Selector" is disabled
Expected: Native resolution is used
Actual: 1x1 resolution is used instead
Reproduced in 2018.2.4f1, 2018.2.12f1
Not reproduced in 2018.2.3f1
Not reproduced in Windows 10
Comments (1)
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
- 2DLight component only renders when ShadowCaster2D components are within range in WebGL builds
- Script Component Header has a space in the Inspector window when adding script for State Machine
- A TextMeshPro TextField is switched to an un-relevent font when adding a Bold Font Style
- Poor visibility of Save button in "Light" Editor theme
- Incorrectly baking lighting when consecutively loading multiple scenes with individual Baking Sets
andreiagmu
Oct 16, 2018 19:40
I'm having this issue with Unity 2018.2.10f1, running in Ubuntu 18.04.1 LTS.
Seems related to this other issue:
https://issuetracker.unity3d.com/issues/default-resolution-for-standalone-build-is-not-correct-when-default-is-native-resolution-is-selected
I'm using a workaround posted by Techcor on that issue: Unchecking the "Default is Native Resolution" option, then setting Default Resolution to 9999 x 9999.
Doing so makes the game run in Fullscreen Window using the native resolution, even if the Screen Selector (Resolution Dialog) is disabled/hidden by default.