Skip to content

Commit 3b91101

Browse files
missing existingDBScript fixed
1 parent de22fc4 commit 3b91101

File tree

10 files changed

+310
-264
lines changed

10 files changed

+310
-264
lines changed

Example_unity4x/.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
### Unity ###
2+
[Ll]ibrary/
3+
/[Tt]emp/
4+
[Oo]bj/
5+
/[Bb]uild/
6+
[Bb]in/
7+
8+
# Autogenerated VS/MD solution and project files
9+
*.csproj
10+
*.unityproj
11+
*.sln
12+
*.suo
13+
*.tmp
14+
*.user
15+
*.userprefs
16+
*.pidb
17+
*.booproj
18+
19+
# Unity3D generated meta files
20+
*.pidb.meta
21+
22+
# Unity3D Generated File On Crash Reports
23+
sysinfo.txt

Example_unity5/.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
### Unity ###
2+
[Ll]ibrary/
3+
/[Tt]emp/
4+
[Oo]bj/
5+
/[Bb]uild/
6+
[Bb]in/
7+
8+
# Autogenerated VS/MD solution and project files
9+
*.csproj
10+
*.unityproj
11+
*.sln
12+
*.suo
13+
*.tmp
14+
*.user
15+
*.userprefs
16+
*.pidb
17+
*.booproj
18+
19+
# Unity3D generated meta files
20+
*.pidb.meta
21+
22+
# Unity3D Generated File On Crash Reports
23+
sysinfo.txt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 5.2.1f1
1+
m_EditorVersion: 5.3.1f1
22
m_StandardAssetsVersion: 0

0 commit comments

Comments
 (0)