Search Unity

OnGUI and Multidisplay

Discussion in 'Immediate Mode GUI (IMGUI)' started by dmontesdeocaSMK, Jul 31, 2017.

  1. dmontesdeocaSMK

    dmontesdeocaSMK

    Joined:
    Dec 16, 2016
    Posts:
    10
    Hi,

    I'm using GUI.Window(...) to show some configurable parameters for debugging purposes. But now, I'm also using multidisplay. My OnGUI code always renders on Display 1. Is there any way to choose the display where it will render?

    Maybe @karl_jones knows the answer =)

    Thanks!
     
  2. ikriz

    ikriz

    Joined:
    Dec 3, 2009
    Posts:
    98
    Having same issue did you find a solution? As it's legacy i supposed it is no longer supported...
     
  3. SaPropper

    SaPropper

    Joined:
    Oct 8, 2019
    Posts:
    1
    Same here