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
- Cameras (Camera.targetDisplay) render only to Display 0 in the Player when Multi-Display setup is used and DX12 API is set
- [Vulkan] _CameraOpaqueTexture produces a feedback effect on Android Adreno devices when using Vulkan
- Loading animations are hitching or stopping when using "SceneManager.LoadSceneAsync" to load new scenes
- [sw-unity-6-1] GameObject child is created in the last GameObject of the hierarchy instead in the selected GameObject by right clicking
- Lens Flare is misaligned when modifying the Camera's Viewport Rect
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?