Search Issue Tracker
Won't Fix
Votes
1
Found in
2017.4.0f1
2018.4.0f1
2019.1.0a1
2019.1.9f1
2019.2.0a1
2019.3.0a1
Issue ID
1171155
Regression
No
GL viewport is wrongly scaled when there's a camera which has a partial viewport
How to reproduce:
1. Open attached project "Test.zip" and scene "Main"
2. Enter Play mode
3. In Hierarchy window, select "Camera #2" and enable it
4. Observe the Game view
Expected result: both lines of cubes are on the same scale due to the logic called on OnGUI method
Actual result: the bottom line of cubes is scaled in even if it is called in OnGUI method
Reproducible with: 2017.4.30f1, 2018.4.5f1, 2019.1.12f1, 2019.2.0f1, 2019.3.0a10
Additional steps:
5. In Hierarchy window, select "Main Camera"
6. In Inspector window, "C Main (Script)" -> change "View Port" to "E_Compensate"
Observe Game view. The bottom line of cubes is scaled normally but is clipped
Comments (1)
-
manutoo
Jul 24, 2019 09:14
The issue is GL.LoadPixelMatrix() which uses the last camera viewport (which isn't active anymore) instead of the OnGUI viewport.
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Too many users are depending on the existing behaviour for us to change this safely.