Search Unity

Retina resolution not detected

Discussion in 'macOS' started by MikeGDev, Jun 11, 2018.

  1. MikeGDev

    MikeGDev

    Joined:
    Dec 19, 2017
    Posts:
    53
    I am using Screen.resolutions in order to get all available resolution for the screen. However, on a retina display im only getting 1440x900 which is half of the actual resolution (2880x1800). This makes the game look very blurry.

    Is there any way to get the actual retina resolution or detect a retina display, then I could manually multiply by 2? I have Mac Retina Support enabled but it doesn't make any difference.

    Edit: When another monitor is connected, Unity actually returns the full list of available resolutions. But when only the retina display is available, half of the actual resolution is returned. Is this a bug?
     
    Last edited: Jun 11, 2018
  2. John_Vella

    John_Vella

    Joined:
    Nov 26, 2014
    Posts:
    114