I'm trying to make the Main Menu following the Tutorials using the New UI. These are my GUI Box Settings and I have set the Default Screen Size to 1920 X 1080 under the "Game" tab.

https://imgur.com/cetvaA7

image

But I end up with this :

https://imgur.com/MXjtaPa

image

What am I doing wrong? Thank You!!

  • edited December 2017
    With an anchor of Middle Center, you want X=960, Y=540. Divide your new screen dimensions by two. :-)

    It's pushed to the left because you're still using the center screen coordinates of the original default resolution.
    Post edited by Keldryn on
  • @Keldryn I think button takes Input when I click at X= 960, Y =540 and starts the game, but the Prefabs are pushed to the left like before.

  • Well, your GUI box is set to be pretty big (width of 1800), even anchored in the center, that'll make it start at the left side of the screen. The choice buttons will start at the left side of the box, probably using a defined width to make them that small.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.