- Home /
How do I see what changes my collaborate partner has made to a script/file before I download it?
When my partner uploads his changes using Unity's collaborate function, I want to be able to view the changes he is making to my files before I update my local files.
I currently have DiffMerge to see what changes I will be uploading before I upload them (by clicking the eye icon), but is there a way to use DiffMerge (or any other tool) to see what changes will be made to my files before I download them?
Answer by ShadyProductions · Jun 20, 2018 at 05:05 PM
You are probably looking for GIT.
A good visual client for beginners:
GitKraken
Some good platforms for git repositories:
Bitbucket (allows private repos)
GitHub
GitLab
I also love to use TortoiseGit to do small bash commands and other stuff if I really need it.
From my understanding, these are not optimized for collaborate, (namely TortoiseGit). Also, I believe Unity Collaborate offers a simplified version of git. I'm just looking to have this specific functionality, if possible.