-1

I am working with a team of friends on a couple Unity3D projects.

I was wondering if there is some kind of program we can use to upload a version of our project (example: "Game1 v1.0") and then either one of us can download that version, edit it, rename the version (example "Game1 v2.0") and then reupload the updated version with the program just adding or changing the edited files and not the whole project to save time.

I hope I was clear enough on my description. Is there some kind of a program that can help me with this problem?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
  • Well, that question specifically asks how to use Git for Unity, my questions asks for any program to help me with my version control and time management. – Luka Zdravkovic Mar 01 '17 at 16:38

1 Answers1

3

Always use Git or Mercurial when working on something (even if alone).

If you want a GUI frontend, use SourceTree and BitBucket for repos (GitHub offers only public repos for free).

Galandil
  • 4,169
  • 1
  • 13
  • 24