Skip to content

Instantly share code, notes, and snippets.

@kirillrybin
Last active September 2, 2015 08:52
Show Gist options
  • Save kirillrybin/bcb84013c5e1ea9fa19b to your computer and use it in GitHub Desktop.
Save kirillrybin/bcb84013c5e1ea9fa19b to your computer and use it in GitHub Desktop.
GIT для Unity3D

GIT для Unity3D

Файл .gitignore

В рабочем репозитории необходимо создать файл .gitignore Пример файла .gitignore

[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/
[Bb]uilds/
 
Assets/UnityVS/*
Assets/UnityVS.meta
.vs/

/_ReSharper*/
/*.csproj
/*.unityproj
/*.sln
/*.suo
/*.user
/*.userprefs
/*.pidb
/*.booprojs

Настройки Unity проекта для работы с GIT

  1. Идем File - Project Settings - Editor
  2. В настройках __Asset Serialization для Mode выставляем Force Text
  3. В настройках Version Control для Mode выставляем Hidden Meta Files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment