GitHub has released an Open Source tool integrating Git and GitHub into Unity, which we'll explore in this recipe.
Unity project version-control using GitHub for Unity
Getting ready
You will need Git installed at the command line on your computer:
You may need to install Git LFS (Large File Storage) for the GitHub for Unity package to work correctly:
You may wish to create a .gitattributes file to specify which files should be used with Git Large File Storage (LFS). For some guidance, check out Rob Reilly's useful article, How to Git With Unity: https://robots.thoughtbot.com/how-to-git-with-unity.