Search Unity

How do i change a my projects name?

Discussion in 'Documentation' started by ctowers, Jul 11, 2017.

  1. ctowers

    ctowers

    Joined:
    Jun 30, 2017
    Posts:
    22
    I need to change the name of my unity project. I went to the settings page on unity and changed the name but it did not change it on my unity app. Any ideas?
     
  2. Graham-Dunnett

    Graham-Dunnett

    Administrator

    Joined:
    Jun 2, 2009
    Posts:
    4,287
    I've never tried this... but I'd probably copy your project to a totally new folder. (Mean everything.) Rename the folder to what you want. Start it up and choose the build settings. Press Player Settings and the Company Name and Product Name will appear. Change the Product Name. That's what I'd try. Actually, try this with a small simple Unity project and see if this works.
     
  3. orb

    orb

    Joined:
    Nov 24, 2010
    Posts:
    3,037
    There's also a solution file (.sln) with some references in it, but I think you can simply delete it and it gets regenerated. Assembly-CSharp.csproj might also contain some path references.
     
  4. Graham-Dunnett

    Graham-Dunnett

    Administrator

    Joined:
    Jun 2, 2009
    Posts:
    4,287
    Okay... you're better than me... Lol.
     
  5. orb

    orb

    Joined:
    Nov 24, 2010
    Posts:
    3,037