Work in unity on 2 computers

Hi, i want to work in unity on 2 computers (one is PC and second is laptop)
(I want to work on a same project on that computers)
I readed a lots of pages about it and i cant find solution.
Can someone help me?

Hi,

You could work with git. Whenever you work on your laptop, you push commits to the remote repository. When you work on your PC, you pull those commits from the remote repository, work at your project and push the commits. We have a course on how to use git if you are interested in this solution.

Alternatively, you could save the project on an USB stick and copy and paste the project onto your respective harddrive. Do not work on the USB stick.

Make a backup of your project folder by duplicating it. Save the duplicated folder somewhere else, maybe on another USB stick. To save some free space, you could delete the Library and Temp folders in the backup folder.

Please feel free to ask our helpful community of students for further advice over on our Discord chat server.

I hope this helped. :slight_smile:


See also:

1 Like

Thanks. That worked for me.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms