MultiDisplay: One windowed and others full screen

Hi all!
I don’t know if this is the right section, sorry if I’m wrong.

I need to use 4 display, 1 windowed (1024X768) in a 1920X1080 monitor, the others fullscreen(1024X768) in a 1024X768 monitor.

Is it possible? I didn’t find anything about it…thank you!

Not sure what you are asking. Are you trying to have multiple clients using difference resolutions and window modes? If so you can use the “Screen” class to change the resolution and window mode. Screen.SetResolution(int x, int y) and Screen.fullScreen = true/false

no, I need to have all displayes in a single PC with different resolutions and window modes…

I see. It should be possible to do this but I need some more information. What is the desired functionality? Is is 4 applications running on the same pc with the settings ( window mode, resolution ), or 1 application split across the 4 displays?

It is one application split across the 4 displays