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
- Blurry, low quality Active Profile icon used in Addressables Profiles window
- Project browser search area changes when maximing Game View
- Tree Asset Preview window is not updated after assigning a new Material
- Unapplied changes on the "MainPanel" GameObject in the "BlobShadow" of URP Samples
- [Vulkan][Android] The Player crashes on devices with SP9863A chipset
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?