The size of the whole Unity Editor?

Im trying to do some relative positioning of a pop-up dialog to center it in the complete Unity editor display. Screen.width/Screen.height just gives me the size of the Game window

How do I get the size of the complete Unity display?

I’ve googled but cant seem to find anything.

Thanks

Screen.currentResolution is the closest you can get…unlikely you’d want to run Unity less than full-screen. :wink:

–Eric