How or What is the best way to use Unity in two separate workstations?

Hello,

I have begun my own unity project at home in my laptop. However, I also have a second workstation at a separate location in my office building. Is there a way and if so, how am I able to pull up and continue to work on what I did on my laptop at my Office building or vice versa?

Use version control.

Git
PlasticSCM
Unity Collaborate
etc…

That’s what they were made for. In fact you should use such software even if you are not switching between workspaces.

1 Like

Do not use Collaborate anymore, it is at the end of the road.

1 Like

aw man, I just set that up last night on the laptop.

I also tried PlasticSCM but I cant for the life of me figure out how to connect to it from my office building

Could I potentially save my work on a dropbox and connect it to both workstations? seeing as I am currently the only user working on the project?