Search Unity

Old OnGUI's screen resolution as platform?

Discussion in 'Immediate Mode GUI (IMGUI)' started by leegod, Apr 14, 2015.

  1. leegod

    leegod

    Joined:
    May 5, 2010
    Posts:
    2,476
    I have a game used old unity OnGUI method.

    So I used much like OnGUI.Label(Rect(10, 10, 100, 100),,,,, with specific Rect values.

    In this case, if I want to make this game set automatically scale UI to different screen resolution, how can I should do?

    This game developed for PC, but I think convert to Playstation platform.