Search Issue Tracker
By Design
Votes
0
Found in
2023.1.13f1
2023.2.0b9
2023.3.0a4
Issue ID
UUM-49101
Regression
No
The Player is not affected by the custom windowed resolution
How to reproduce:
1. Create a new Unity project
2. In the Project Settings → Player → Resolution and Presentation set the “Fullscreen Mode” to “Windowed”
3. Set the resolution of the window to smaller than the display resolution
4. Build And Run the project
5. Observe the Player resolution
Expected result: The Player matches the set resolution
Actual result: The Player matches the fullscreen resolution
Reproducible with: 2023.1.13f1, 2023.2.0b9, 2023.3.0a4
Not reproducible with: 2021.3.30f1, 2022.3.9f1
Reproducible on: Windows 11 Pro
Not reproducible with: No other environment tested
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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Resolution Note:
We could not repro this issue using the exact steps described. However, we can repro the issue by changing the resolution between builds when the "Fullscreen Mode" option remains set to "Windowed".
In this case, the behavior is expected because we serialize the last known size to the Windows registry. We only use the size from the player settings if no value has been set from a previous run.