Search Unity

When I do a final build in XCode, the GUI is not as it was in unity

Discussion in 'Scripting' started by multiplyer, Oct 9, 2015.

  1. multiplyer

    multiplyer

    Joined:
    Jan 28, 2015
    Posts:
    76
    Everything filled up the screen nicely when testing it out in unity but not in a final build in xcode. If someone could help me out, that'd be great. Thanks :)
     
  2. StarManta

    StarManta

    Joined:
    Oct 23, 2006
    Posts:
    8,775
    This is almost always a resolution issue. Try to resize your Game View to different sizes in the editor, and see what happens.

    If it's not that straightforward, then post screenshots detailing the difference between them.
     
  3. multiplyer

    multiplyer

    Joined:
    Jan 28, 2015
    Posts:
    76
    I want it to stretch to any screen resolution I'm using
     
  4. StarManta

    StarManta

    Joined:
    Oct 23, 2006
    Posts:
    8,775
    Check out the CanvasScaler component.