My friend and I have decided to develop a game but we don’t know how to work together at the same time. On top of that I don’t know how we can save our progress without having to send the files over and over for every update we make. If anyone can help I’d greatly appreciate it.
Version Control Systems were made just for that.
There are several ones:
- TortoiseSVN (Windows-based)
- GIT (GitLab, Github, etc)
- Perforce (or P4)
P4 has the best integration with ue4. Epic uses it internally.
GIT is good for source code, but not as much for binaries.
Tortoise is old but has the best of all integration with Windows Explorer.