Search Unity

Rotated UI is clipped at window width?

Discussion in 'Immediate Mode GUI (IMGUI)' started by col000r, Feb 3, 2020.

  1. col000r

    col000r

    Joined:
    Mar 27, 2008
    Posts:
    699
    I use GUI.matrix to move and rotate a bit of UI to the right edge of the screen:



    But when I make the window width smaller it clips my side-UI:



    How can I fix this?