How do I make my game fullscreen

To set a standalone player to be full screen, go to Edit>Project Settings>Player and under the Resolution and Presentation heading, check `Default is Full Screen`.

To change resolution to full-screen at run-time, you would just use `[Screen.fullScreen][1] = true;`.