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
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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
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?