Search Unity

Unity UI Not correct ui scaling

Discussion in 'UGUI & TextMesh Pro' started by hardtobepsd, Jun 10, 2019.

  1. hardtobepsd

    hardtobepsd

    Joined:
    Jan 4, 2017
    Posts:
    1
    I have an interface that looks like this at the reference resolution:
    upload_2019-6-10_20-52-6.png
    All lines, when the resolution set as reference, are 1 pixel high. Same for indents square insets in checkbox.

    But when I increase the height of the resolution, the interface begins to look like this:
    upload_2019-6-10_20-37-42.png

    How to make the actual display after changing the scale the same for user interface elements that have the same size?

    My current canvas parameters:
    upload_2019-6-10_20-50-21.png
     
  2. salaelextintor

    salaelextintor

    Joined:
    Apr 27, 2018
    Posts:
    6
    In the Canvas Scaler you can change the Screen Match Mode to "Match Widht or Height" and then adjustthe match to 0.5... it works for me ;)