Unity project version-control using GitHub for Unity
GitHub has released an Open Source tool integrating Git and GitHub into Unity, which we'll explore in this recipe.
Getting ready
You will need Git installed at the command line on your computer:
You may need to installGit LFS (Large File Storage) for the GitHub for Unitypackage to work correctly:
Note
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.
How to do it...
To manage Unity project version-control using GitHUb for Unity, do the following:
- Start a new Unity project.
- Open the
Asset Store
panel, choose menu:Window
|General
|Asset Store
.
- In the
Asset Store
, search forGitHub for Unity
, download and import this into your project:

- If there is a popup about...