I know there is a function to set the text-alignment but I cant figure out how to set the box align-point. It is aligning at the upper-left corner, but I want to align it in the center screen.
GUI.Box(new Rect(Screen.width/2,Screen.height/2,300,300),“Center”);