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.
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.
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
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!