Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Multi Display with different resolution broken in 2019.1

Discussion in 'General Graphics' started by unisip, Jun 26, 2020.

  1. unisip

    unisip

    Joined:
    Sep 15, 2010
    Posts:
    340
    I can't seem to get the multi display working properly whenever I want different resolutions in Unity 2019.1.

    I am using Display.SetParams() and Display.SetRenderingResolution() for two screens. One of my test screen is 1920x1200, the other is 1920x1080.

    When I set both to 1920,1080 I get correct rendering.
    But whenever I try to change settings on Display 2, I get proper positionning of the window and screen 2, but it doesn't render the scen correctly anymore.

    Has anyone been able to make multi display work properly with different resolutions on Unity 2019.1 ?