Unity documents sharing between two computers

Hi guys. First of all I want to thank the Unity community for being always helpful and nice to beginners. Being a student with little to no time on my hands, it helped me in various situations.

Secondly, I would like to ask a question. Me and a friend of mine have learnt a few things about Unity in the past few months, and we are ready to start working on our first serious project. In the past, we always worked alone, he has a PC, and I have Mac. Our question is: is there a way to “connect” a Unity project between two computers? Or what’s the best way to approach this problem? We would like to have the same project on two different computers, in a way that, when I modify a file on mine, it updates on his too.

I apologize for my terribad english. Still learning meh :stuck_out_tongue:

thank you in advance,

~Bumbaz

You can always just export a unitypackage everytime you mqke sth new
Unfortunately i dont know any other way to do it

That requires Unity Asset Server, which is a Pro-only addition. The other option is to share the files over a network share, but this could fall out of sync easily.