Search Unity

disable 'Fullscreen' in menu of OSX build...

Discussion in 'Scripting' started by g2mediagroup, May 21, 2012.

  1. g2mediagroup

    g2mediagroup

    Joined:
    Jun 25, 2011
    Posts:
    98
    I have a project that client needs a desktop build for OSX/WIN...is there a way to disable the "Fullscreen" mode (⌘F, osx)?

     
  2. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,401
    Hide it using Interface Builder (with the MainMenu.nib file), and also use that to remove the fullscreen keyboard command.

    --Eric
     
  3. g2mediagroup

    g2mediagroup

    Joined:
    Jun 25, 2011
    Posts:
    98
    Thanks Eric!

    I have a question (now that "things" can be changed easily) about any licensing conflicts with Unity regarding changing the "About _____" info. Instead of "Unity Player", I could put the game title, web address, company info, etc. in it's place...is this OK to do? We have PRO.

    Now what's the equivalent of Interface Builder in Windows...?

     
  4. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    you are not legally allowed to modify it. Either you show it or you don't show it at all.
     
  5. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,401
    That's not true...you can modify the About box, but you have to leave the original info in. As for the Windows equivalent of Interface Builder, there isn't any I'm afraid.

    --Eric
     
  6. g2mediagroup

    g2mediagroup

    Joined:
    Jun 25, 2011
    Posts:
    98
    So what do people do for the WINDOWS build to get rid of FULLSCREEN option?