Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Allow Fullscreen Switch

Discussion in 'Documentation' started by Baste, Feb 16, 2017.

  1. Baste

    Baste

    Joined:
    Jan 24, 2013
    Posts:
    6,174
    The manual for the standalone Player Settings is missing information about the "Allow Fullscreen Switch" option.
     
    ModLunar likes this.
  2. Graham-Dunnett

    Graham-Dunnett

    Unity Technologies

    Joined:
    Jun 2, 2009
    Posts:
    4,287
    Yep. The 5.6 docs and the existing docs on Player Settings are differing... Thanks, as always for the observation and sharing.
     
  3. LW

    LW

    Joined:
    Jun 23, 2013
    Posts:
    22
    Where can I find the information on Allow Fullscreen Switch? It could mean a number of different things.
     
    Shinyclef likes this.
  4. Shinyclef

    Shinyclef

    Joined:
    Nov 20, 2013
    Posts:
    471
    I just came searching for a description of this setting. Still missing from the docs.
     
  5. andrar

    andrar

    Unity Technologies

    Joined:
    Sep 27, 2017
    Posts:
    18
    The setting determines whether the user is able toggle the fullscreen mode using Alt+Enter on Windows and Command+F on Mac.
     
    ModLunar and atomicjoe like this.
  6. TigerBooks

    TigerBooks

    Joined:
    Jul 31, 2015
    Posts:
    10
    This works, which is great, but I can still go into fullscreen on mac via the buttons in the top left of the window. How can I disable these?
     
    Abuthar likes this.
  7. andrar

    andrar

    Unity Technologies

    Joined:
    Sep 27, 2017
    Posts:
    18
    This is a known bug in Unity. Try turning off the resizable window in player settings.
     
  8. Abuthar

    Abuthar

    Joined:
    Jul 12, 2014
    Posts:
    92
    Did you figure this out by any chance? My project isn't supposed to go fullscreen and since i can't get rid of the option in the "Window" tab, the App Store is rejecting my app -_-
     
  9. andrar

    andrar

    Unity Technologies

    Joined:
    Sep 27, 2017
    Posts:
    18
    We are working on a fix. As a workaround you can manually remove that menu item from your .app/Contents/Resources/MainMenu.nib using Xcode.
     
    Abuthar likes this.
  10. Abuthar

    Abuthar

    Joined:
    Jul 12, 2014
    Posts:
    92
    Thank you very much for the reply, i'll resubmit my app and get back with my results.
     
  11. alfish

    alfish

    Joined:
    Apr 5, 2017
    Posts:
    26
    What's the keystroke for Ubuntu/KDE? These keystrokes should be in the manual.

    EDIT: It seems KDE Plasma has a command for fullscreen when right-clicking the program in the task bar, but no shortcut is assigned by default. It can be manually set in System Settings/Global Shortcuts/KWin/Make Window Fullscreen (for example, to ALT+RETURN and ALT+NUM_ENTER). Under "Standard Shortcuts", there was "Full Screen Mode" assigned to CTRL+SHIFT+F by default, but that didn't work.
     
    Last edited: Sep 20, 2020