Possible to rename my project?

I’ve been brainstorming game names and wondered if my project title and folder can be renamed without much problem?

I’ve read conflicting information on the topic. Some people say it’s easy as exiting Unity and renaming the folder. Others say they’ve lost the pathing links to their assets, art, sound, etc.

Any help is appreciated.

1 Like

it shouldn’t lose anything, make a copy though

Doing this has always worked fine for me. I just have to browse to find the project again so that Unity gets an updated path (with the changed name). Loading it again has never ruined any of my work.

1 Like

I’ve also created a new project with the correct name & copied all the assets over & it’s been fine. That also keeps my original project just in case I ever need it

You can also rename the game in build settings to be different from the project name.

1 Like

I renamed my project like 30 times. I am very uncreative when it comes to names trust me

1 Like

That’s if they rename an internal folder. Renaming the whole project shouldn’t cause issues, as long as it’s not open when you do it.

When using version control it’s not uncommon to have multiple versions/branches of the same project at once. You can’t do that without the folders having different names. Heck, different people will have different versions of the same project on whole other computers with whole other operating systems. Wouldn’t be very useful if we couldn’t!

2 Likes

Thank you for all the replies. I believe I can now move forward on my project with the confidence that a later change is very doable.

Of course you’re using version control, which will let you move forward with confidence on any change, no matter the magnitude.

Right?

(If you’re not, look it up. Honestly. Just do it.)

5 Likes