Search Unity

Splash screen different screen sizes

Discussion in 'UGUI & TextMesh Pro' started by Synapz, Nov 13, 2014.

  1. Synapz

    Synapz

    Joined:
    Oct 2, 2014
    Posts:
    16
    Hello all,

    I have a problem with my own made start screen with 4.6.
    after the normal unity splash screen i want to show an image in full screen size.
    I have tested an image with resolution 1536x2048 on an ipad and set it right with the new rect tools. this works like a charm. but i want to show this app on multiple devices.

    when i build this on on iphone the image gets a lot smaller.
    how can i lock aspect ratio of an image so that when you show it on different resolutions it will always fill as much screen space as the aspect ratio allows and then depending on the screen resolution show white bars or above and beneath the image or sideways.

    i really miss the option in the new ui like a checkmark that the aspect ratio of an image can be locked.
    pls help.

    if this is done with scripting could you pls explain how this is done for i am a noob with scripting :p

    Thanks in advance,
    Nick.
     
  2. runevision

    runevision

    Joined:
    Nov 28, 2007
    Posts:
    1,892
  3. Synapz

    Synapz

    Joined:
    Oct 2, 2014
    Posts:
    16
    tyvm, ill have a look into it right away :)