Work on the same unity project from different locations

I was thinking about if there was a way that you could work on the same project folder in different locations, without you had to send the project folder to each other. But that, for example when you have done something you could save it to a “cloud” or something, and the same could the other guy.

Git, dropbox(has some issues), any repo.

1 Like

Use SkyDrive from MS.
At least NSA will know you aren’t (or are) making something threatening to national security.

Github with SmartGit as a client.

I use git + dropbox combo, I have a bare git project on dropbox, and i push and pull from it using the local projects

I think you want bit torrent sync; It allows you to share a synchronised folder over the network, which you could in theory have update whenever you make changes. Only the new files, or files deleted will need to be sent for a synchronisation (which is every 10 mins by default).

Right, and how do you access a file that got deleted or an old version of a file you want to restore with this method?

I use VisualSVN Server (free) in conjunction with the TortoiseSVN (free) client and the Good SVN ($30) Unity plug-in.

I do most of my development on a Windows PC. When I need to test on Mac or iOS, I use Good SVN to sync the project to the Mac. It works great. Support from the Good SVN plug-in developer has been great as well.

They also have a Good Git ($30) plug-in that you might be interested in. I haven’t used Git for source code control but it’s very popular.

With Visual SVN Server there is a GUI that will let you browse/restore files. The TortoiseSVN client has a file browser as well.