Skip to content

Commit b9e178c

Browse files
committed
Fix unity project folder.
This commit also rename assets directory to asset directory to avoid troubles of Unity Editor which attempts to open source root instead of project folder because of existent of the assets folder.
1 parent a4bbeb3 commit b9e178c

7 files changed

Lines changed: 11 additions & 3 deletions

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/MsgPack.UnitTest.Unity.Il2cpp.Full/.gitignore

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
1-
/[Aa]ssets/
21
/[Ll]ibrary/
32
/[Tt]emp/
43
/[Oo]bj/
54
/[Bb]uild/
65
/[Bb]uilds/
6+
/Assets/AssetStoreTools*
7+
/UnityPackageManager/
8+
9+
# Visual Studio 2015 cache directory
10+
/.vs/
711

812
# Autogenerated VS/MD solution and project files
913
ExportedObj/
14+
.consulo/
15+
*.csproj
1016
*.unityproj
17+
*.sln
1118
*.suo
1219
*.tmp
1320
*.user
1421
*.userprefs
1522
*.pidb
1623
*.booproj
1724
*.svd
18-
25+
*.pdb
1926

2027
# Unity3D generated meta files
2128
*.pidb.meta
@@ -27,4 +34,5 @@ sysinfo.txt
2734
*.apk
2835
*.unitypackage
2936

30-
/[Aa]ssets/[Pp]lugins/[Dd]lls/
37+
# Assets except .gitkeep should not be committed in this project.
38+
/[Aa]ssets/

test/MsgPack.UnitTest.Unity.Il2cpp.Full/Assets/.gitkeep

Whitespace-only changes.
Binary file not shown.

0 commit comments

Comments
 (0)