Skip to content

Commit 9f6d96a

Browse files
Update to 19405
0 parents  commit 9f6d96a

File tree

2,099 files changed

+615507
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,099 files changed

+615507
-0
lines changed

.gitignore

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# Based on https://github.com/github/gitignore/blob/master/Unity.gitignore
2+
3+
# Unity generated directories
4+
/Library/
5+
/Temp/
6+
/Obj/
7+
/build/
8+
/Build/
9+
/Builds/
10+
/Logs/
11+
/MemoryCaptures/
12+
13+
# game.log (should be written to /Logs/ instead)
14+
/game.log
15+
16+
# Visual Studio cache directory
17+
.vs/
18+
19+
# Gradle cache directory
20+
.gradle/
21+
22+
# Autogenerated VS/MD/Consulo solution and project files
23+
ExportedObj/
24+
.consulo/
25+
*.csproj
26+
*.unityproj
27+
*.sln
28+
*.suo
29+
*.tmp
30+
*.user
31+
*.userprefs
32+
*.pidb
33+
*.booproj
34+
*.svd
35+
*.pdb
36+
*.mdb
37+
*.opendb
38+
*.VC.*
39+
40+
# Unity3D generated meta files
41+
*.pidb.meta
42+
*.pdb.meta
43+
*.mdb.meta
44+
45+
# Unity3D generated file on crash reports
46+
sysinfo.txt
47+
48+
# Builds
49+
*.apk
50+
*.unitypackage
51+
52+
# Crashlytics generated file
53+
crashlytics-build.properties
54+
55+
# Vim swap files
56+
*.swp
57+
58+
# JetBrains IDE
59+
/.idea/
60+
61+
# Visual Studio Code
62+
/.vscode/
63+
64+
# macOS Desktop Services Store
65+
.DS_Store
66+
67+
# Git Merge artifacts
68+
*.orig

Assets/Audio.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Audio/Clips.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Audio/Clips/Footsteps01.wav

86.2 KB
Binary file not shown.

Assets/Audio/Clips/Footsteps01.wav.meta

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Audio/Clips/Footsteps04.wav

87.4 KB
Binary file not shown.

Assets/Audio/Clips/Footsteps04.wav.meta

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Audio/Clips/Footsteps08.wav

87.4 KB
Binary file not shown.

Assets/Audio/Clips/Footsteps08.wav.meta

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Audio/Clips/InGameMusic01.ogg

1.86 MB
Binary file not shown.

0 commit comments

Comments
 (0)