Search Unity

How to make windowed build go fullscreen?

Discussion in 'Editor & General Support' started by radiantboy, Jan 4, 2021.

  1. radiantboy

    radiantboy

    Joined:
    Nov 21, 2012
    Posts:
    1,633
    I remember ALT + F used to make a windowed build go fullscreen, but it doesnt seem to work now, is there any way to do this?
     
  2. Mauri

    Mauri

    Joined:
    Dec 9, 2010
    Posts:
    2,665
    Can you see if the
    Allow Fullscreen Switch
    flag under Edit > Project Settings > Player > Resolution and Presentation > Standalone Player Options is ticked?

    Standard fullscreen key on Windows is F11.

    You could also use
    Screen.fullScreen
    .
     
    Last edited: Jan 4, 2021
    radiantboy likes this.
  3. radiantboy

    radiantboy

    Joined:
    Nov 21, 2012
    Posts:
    1,633
    THANKS! alt enter does it!!!..
     
  4. Mauri

    Mauri

    Joined:
    Dec 9, 2010
    Posts:
    2,665
    I was actually writing about Alt+Enter in my post because that's what I had read here when I googled, but I wasn't so sure... :D