Search Issue Tracker
Fixed in 2017.3.0f3
Votes
0
Found in
5.6.0f3
Issue ID
900779
Regression
Yes
Game view is reduced to a larger resolution than the reasonable size for your system
Reproduction steps:
1. Create a new project;
2. Create a new resolution 6400 x 5800 in Game window;
3. Observe Console window;
Actual result: the Game view is reduced to a larger resolution than the one you set. For this (6400 x 5800) resolution the warning is "GameView reduced to a reasonable size for this system 6249 x 6895)".
Expected result: the Game view should be reduced to a smaller resolution if it is too large. For this (6400 x 5800) resolution the warning should be "GameView reduced to a reasonable size for this system 6101 x 5529)".
Reproduced with: 5.6.0a1, 5.6.3f1, 2017.1.0p3, 2017.2.0b5, 2017.3.0a2
Not reproducible with: 5.4.6f1, 5.5.0b1, 5.5.4p2
Regression introduced in 5.6.0a1
Note: the bug appears with this (6400 x 5800) resolution if a computer is with about 2GB of video memory. If a machine is with 4GB or more of graphics memory, the issue should not appear with that resolution.
Verified with 2017.3.0a4
Comments (2)
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
- Uninitialized variable warning appears in the Inspector of a custom shader when the variable is initialized
- "Failed creating toolbar element from ID..." error is thrown when resetting the Scene view Overlay layout while an Asset Transformer Toolbox overlay is active
- Entity ID for Font Assets is serialized twice which throws an error when using Debug Inspector
- Play Mode can be entered when disabling Adaptive Performance and pressing either the Play Mode button or the keyboard shortcut to enter Play Mode before recompilation leading to errors and warnings thrown
- Parent ListView element also becomes selected when inner ListView element is selected
MonkeyYao
Jun 21, 2023 06:37
https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/GameView/GameViewSizes.cs#L451
Very rough limit is not greater than 8192.
MonkeyYao
Jun 21, 2023 06:36
This warning still exists in unity 2021. Triggered when the width or height of the gameview is greater than 8192. It is already 2023, can this warning be removed?