Search Unity

OS X Player About dialog and menu bar related

Discussion in 'Getting Started' started by Kronnect, Feb 10, 2015.

  1. Kronnect

    Kronnect

    Joined:
    Nov 16, 2014
    Posts:
    2,905
    Hi!

    I can't find documentation regarding OS X player menu bar customisation.

    1) For instance, I'd like to provide my own About dialog, not the standard Unity Player's one. Or at least I'd like to add my own copyright and or legal information inside this dialog. Can it be done? How?

    2) Additionally, it would be great if we could customize the top menu bar, adding new menus and options. It seems it's not possible, does it?

    Thank you for any advice on these issues.

    Regards.
     
  2. BHSPitMonkey

    BHSPitMonkey

    Joined:
    Sep 14, 2016
    Posts:
    10
    I'm also trying to figure this out. Anyone know if the player allows for this?
     
  3. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,401
    Edit the Resources/MainMenu.nib and/or ScreenSelector.nib files in XCode. Note that you're legally not allowed to remove the Unity/PhysX/etc. copyright notices.

    --Eric