Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

Setting Company Name in Player Settings

Discussion in 'iOS and tvOS' started by littlelingo, Dec 27, 2009.

  1. littlelingo

    littlelingo

    Joined:
    Jul 18, 2006
    Posts:
    372
    When I run my iPhone application ( in the editor ) a plist file is created but I have no idea where it is getting the company and application name to be concatenated into the plist filename.

    For example:

    unity.CompanyName.AppName.plist

    When I look in the Player Settings, neither of the names being used exist in any of the options available. I am assuming the Application Name is actually derived from the name of the project but no real sure about that. Is there something I am missing or can someone point me to where I can set these values?


    Thank in advance for any help.
     
  2. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    the bundle identifier in the player settings of Unity iPhone controls that.
     
  3. littlelingo

    littlelingo

    Joined:
    Jul 18, 2006
    Posts:
    372
    That is the thing, I do not have what is in there for the company name. My plist file name is:

    unity.Electrotank, Inc..AntFarm

    and in my bundle identifier in the player settings is:

    com.littlelingo.antFarm

    I actually don't even know where it is getting the Electrotank reference from.

    Thanks in advance.