Moving Project Folder between multiple computers

Hello all

For a project I’m working on for my course, I need to be able to work on it from home and on the campus. I’ve tried to copy the project folder to work on at home but when I paste it into Documents/Unity Projects/ and open it, no textures/materials are linked for any objects in the scene, or in the scene at all.

Is there anything that I need to do in particular when copying a project folder? Any and all answers are welcome :slight_smile:

Copy the whole thing for the most part, but delete your Library folder, Temp folder (if it exists), and any .sln or .csproj files. It is very important to keep your .meta files.

Also, make sure you don’t open a unity project in an older version of Unity then the version it was created in.

Thanks for the reply, I’ll make sure to do all that when I’m on campus next. Thanks for the help :slight_smile: