Share projects with team members

Hi!

Me and my friend is trying to make a game together but we don’t know how we would share the code. I have heard of Team License and Cache Server but what I’ve understood, they cost money. Please correct me if I am wrong. But do someone know a simple way for two people to share the code, art, levels e.t.c?

Thanks

Some way to share projects across a team of several members would be GIT and SVN

They are both Powerful collaboration, code review, and code management utility’s, where you can either store you projects as a open source for free. Or privately for ~ 7$ a month. It does take some getting used to.

Personally I like using GIT with the GitHubClient also available for mac. And after the Initial getting used to, you will notice that it is a powerfull tool for sharing projects with teams.

There are plenty of git and svn clients out there, and like I said, I personally like github allot. For some basic tutorial/instruction you could check Github Video and svn video

If you just want a simple way to give someone else your code, packaging your game is probably the easiest way. You can also just go into your Project folder and simply copy the Asset folder.

As Andres mentioned, it’s not very good if you require any sort of control though. You’ll probably want to look into Version Control software in that case.