I’m wondering how other people are managing to work collaboratively on Unity projects.
I can’t work out a good way to do it.
I’ve tried just copying the entire project folder (assets, library, everything) from one computer to another but it doesn’t work. Scripts lose their connections every time.
I’ve tried doing this with the lerpz tutorial and the camera looses its target connection to the player and Lerpz looses all connections to his animations.
Anyone know how to move a project without everything breaking?