Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
2017.1.0b1
Issue ID
904987
Regression
Yes
GUI Elements Get Clipped when modifying the GUI.matrix
GUI elements get clipped when zooming out of the canvas by modifying the GUI.matrix. In previous versions of Unity it had no problem displaying the elements. For example, if a texture is drawn using GUI.DrawTexture with the rect value of (x:550, y:300, width:76, height:90) it'll get clipped even though the size of the canvas is (x:0.00, y:50.00, width:800.00, height:800.00).
Steps to reproduce:
1. Open User's attached project
2. In Menu bar: Tools > Window Test
3. In the appeared window Change zoom level from 1 to 0.75
Result: Texture gets cut / cropped.
Reproduced with: 2017.1.0b2
Not reproduced with: 5.6.0p3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Add comment