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

Multiple Displays with Multiple Resolutions

Discussion in 'General Discussion' started by kingbaggot, Dec 4, 2018.

  1. kingbaggot

    kingbaggot

    Joined:
    Jun 6, 2013
    Posts:
    51
    Works fine when the displays are the same screen resolution - but when one is larger than the other, the second monitor is scaled wrongly.

    I've read the fixes for this, using Display.displays.Activate() and Display.displays.setParams() but these only seem to be able to affect offset issues - not the scaling.

    I've run from command prompt with -multidisplay which other posts have recommended, but it doesn't make any difference.
    https://answers.unity.com/questions...have.html?childToView=1193696#comment-1193696

    tested on 2017.3.03 & 2018.2.17 --- will probably see if it does the same thing on an earlier version, but boy I do hate rolling back that far :(

    thanks for any help !
     
  2. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,227
    Could you file a bug report, please.
     
    kingbaggot likes this.
  3. kingbaggot

    kingbaggot

    Joined:
    Jun 6, 2013
    Posts:
    51
    I'm on it :)
     
    karl_jones likes this.
  4. JG-Denver

    JG-Denver

    Joined:
    Jan 4, 2013
    Posts:
    77
    I am dealing with the same issue and filed a bug report yesterday. Have you ever heard anything back? I am starting to think the only way to handle this will be some crazy camera or post-processing manipulation of some kind...
     
  5. kingbaggot

    kingbaggot

    Joined:
    Jun 6, 2013
    Posts:
    51
    Sorry JG - I never did hear back. I ended up having to use two pcs with networking functionality instead - what a load of cobblers eh ?

    This was 5 months back so *maybe* the 2019 builds might fix it.
     
  6. JG-Denver

    JG-Denver

    Joined:
    Jan 4, 2013
    Posts:
    77