您的位置:首页 > 移动开发 > Unity3D

unity 5.3 git 版本控制

2016-04-20 15:39 369 查看

Unity3D Settings

For versions of Unity 3D v4.3 and up:

(Skip this step in v4.5 and up) Enable
External
option in
Unity → Preferences → Packages → Repository
.
Switch to
Visible Meta Files
in
Edit → Project Settings → Editor → Version Control Mode
.
Switch to
Force Text
in
Edit → Project Settings → Editor → Asset Serialization Mode
.
Save the scene and project from
File
menu.

Unity3D Ignore Folders

# =============== #
# Unity generated #
# =============== #
Temp/
Library/

# ===================================== #
# Visual Studio / MonoDevelop generated #
# ===================================== #
ExportedObj/
obj/
*.svd
*.userprefs
/*.csproj
*.pidb
*.suo
/*.sln
*.user
*.unityproj
*.booproj

# ============ #
# OS generated #
# ============ #
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db


参考:http://stackoverflow.com/questions/18225126/how-to-use-git-for-unity-source-control
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: