Find size of game window

Hello, is there any way to find the x and y size of the game window? I am trying to make a gui window show in the dead center.

Screen.width, Screen.height.

2 Likes

Thank you! That worked perfectly.