Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question Full screen mode + MAC OS resolution is fixed at 1024 x 768 issue.

Discussion in 'General Graphics' started by miyunim, May 29, 2020.

  1. miyunim

    miyunim

    Joined:
    Sep 18, 2013
    Posts:
    1
    I developed a game on screen 16:9.

    if PlayerSettings are Full screen mode + MAC OS, than the resolution is fixed at 1024X768 when the game is first run.
    (1024x768 is not 16:9, so my game display was broken")

    I checked it 1024X768 in "com.Compnay.ProductName.plist".

    Once fixed at 1024X768, after selecting the resolution (PlayerSettings> Display resolution Dialog), the screen is displayed correctly.

    Is there any way to control in code without display resolution dialog?

    Please share me your solution, if you have experienced a like this issue.

    I woulid like to solve this problem for my users.
     
    Last edited: May 29, 2020