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
- Animator state transition preview clips are flickering when zooming in
- [Tile Palette] Sprites not rendering when brush tool "Paint a filled box with active brush" is used for the first time
- Adding available Nodes with longer names in Fragment Context window overflow Fragment Context window in Shader Graph
- "Layer Palette Profile" Asset is automatically applied to the second Terrain but doesn't load any layers
- "Terrain Tools" shortcut conflicts with the Overlays shortcut by default
Resolution Note:
Too many users are depending on the existing behaviour for us to change this safely.