Tutorial: Unity and Source Code Control - Git

Опубликовано: 15 Август 2026
на канале: notepid
13,500
131

In this video I show how to setup Unity to work with source code control like git by using SourceTree from Atlassian. In a later video I will be showing how to use this setup in a collaboratively setting with multiple users. Link:    • Tutorial: GIT and GitLab - Setting up a Mu...  

Sourcetree can be downloaded here: http://www.sourcetreeapp.com/

The .gitignore file that I am creating contains the following lines:

Library/*
Temp/*
*.csproj
*.sln
*.pidb
*.userprefs
*.unityproj