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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
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.