Search Unity

PC Standalone 9:16 (1080x1920) aspect ratio problem

Discussion in 'Editor & General Support' started by MS80, Apr 23, 2014.

  1. MS80

    MS80

    Joined:
    Mar 7, 2014
    Posts:
    346
    How can I build pc standalone for a 1080x1920 (9:16) resolution?

    In the UnityEditor this is working fine, I created a custom aspect ratio for the game view, everything looks good there. But if I build and run the game seems to be compressed and round objects appear like eggs :confused: The best of all: if I capture this with fraps I get a square movie (1:1) :confused:

    In the playersettings I had all supported aspect ratios checked (also "other"), but there was no option (9:16) for my custom made aspect ratio.

    Any ideas? Thanks in advance!
     
  2. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,401
    That depends on the user's OS having a 1080x1920 resolution available. If not, you can't create new system resolutions in Unity.

    --Eric
     
  3. MS80

    MS80

    Joined:
    Mar 7, 2014
    Posts:
    346
    the target workstation (and mine) has this resolution available! How can I create system resolutions in Unity?
     
  4. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,401
    You can't; they can only be generated by the OS (or some hacks such as SwitchResX on OS X).

    --Eric
     
  5. baemincheon

    baemincheon

    Joined:
    Nov 30, 2018
    Posts:
    6
    upload_2019-6-24_1-1-12.png

    I solved this problem by manipulating the window size of the game manually
    check the `Resizable Window` at the Player Setting. this makes you can resize the game window