Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

How to make the UI fit with my screen size

Discussion in 'UGUI & TextMesh Pro' started by Matthieu_Cote, Sep 12, 2019.

  1. Matthieu_Cote

    Matthieu_Cote

    Joined:
    Sep 12, 2019
    Posts:
    3
    Hello, I made my first game and when I finished it, I build the game and run it.But when it was running it, the UI was not at size of the screen.How can I make it fit with the screen. Thanks for helping me.
     
  2. Antistone

    Antistone

    Joined:
    Feb 22, 2014
    Posts:
    2,836
    You probably want to apply a CanvasScaler to your Canvas.
     
  3. Matthieu_Cote

    Matthieu_Cote

    Joined:
    Sep 12, 2019
    Posts:
    3
    ok Im going to check thanks.