Project directories and files

Before I try this and mess up my work, fear dictates that I ask first. If I take a project in a directory (e.g., SpaceChicken) and copy it all to a new directory (OtherSpaceChicken), are all the files in SpaceChicken safe from modifications in OtherSpaceChicken, or are some of the paths to files & assets not relative to the containing directory where mods in OtherSpaceChicken will affect SpaceChicken files?

They’re completely separate, unless you’ve created custom editor scripts etc… that use hardcoded absolute directories.

1 Like

Thank you again PraetorBlue!

Np. Other things to watch out for:

If your company name/app name etc… are the same, then your PlayerPrefs for the two projects will be in the same place, as will I believe Application.persistentDataPath.