Create a custom window and set his position on second screen

I have trouble having my window created and display on my second screen. The position that I put always show on my main screen, while my unity editor is on my second screen. How can i create my window on where my unity editor is ?

1 Answer

1

I think it’s not possible for every tab but you can do it for some of them like profiler. If any tab has a “create standalone tab” selection then you can do it. But if not, i don’t know how to do

I test a position and a negative x on position make the created window go on the right screen. And i saw methods for Display, but it seems that this does not work on editor, only in game. I have no solution to detect if my unity is open on my second screen