Skip to content

Commit c8c24f9

Browse files
committed
build test
1 parent 1652859 commit c8c24f9

20 files changed

Lines changed: 954 additions & 0 deletions

.collabignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# ===========================
2+
# Default Collab Ignore Rules
3+
# ===========================
4+
5+
# OS Generated
6+
# ============
7+
.DS_Store
8+
._*
9+
.Spotlight-V100
10+
.Trashes
11+
Icon?
12+
ehthumbs.db
13+
[Tt]humbs.db
14+
[Dd]esktop.ini
15+
16+
# Visual Studio / MonoDevelop generated
17+
# =====================================
18+
[Ee]xported[Oo]bj/
19+
*.userprefs
20+
*.csproj
21+
*.pidb
22+
*.suo
23+
*.sln
24+
*.user
25+
*.unityproj
26+
*.booproj
27+
28+
# Unity generated
29+
# ===============
30+
[Oo]bj/
31+
[Bb]uild
32+
sysinfo.txt
33+
*.stackdump

.vscode/settings.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"files.exclude":
3+
{
4+
"**/.DS_Store":true,
5+
"**/.git":true,
6+
"**/.gitignore":true,
7+
"**/.gitmodules":true,
8+
"**/*.booproj":true,
9+
"**/*.pidb":true,
10+
"**/*.suo":true,
11+
"**/*.user":true,
12+
"**/*.userprefs":true,
13+
"**/*.unityproj":true,
14+
"**/*.dll":true,
15+
"**/*.exe":true,
16+
"**/*.pdf":true,
17+
"**/*.mid":true,
18+
"**/*.midi":true,
19+
"**/*.wav":true,
20+
"**/*.gif":true,
21+
"**/*.ico":true,
22+
"**/*.jpg":true,
23+
"**/*.jpeg":true,
24+
"**/*.png":true,
25+
"**/*.psd":true,
26+
"**/*.tga":true,
27+
"**/*.tif":true,
28+
"**/*.tiff":true,
29+
"**/*.3ds":true,
30+
"**/*.3DS":true,
31+
"**/*.fbx":true,
32+
"**/*.FBX":true,
33+
"**/*.lxo":true,
34+
"**/*.LXO":true,
35+
"**/*.ma":true,
36+
"**/*.MA":true,
37+
"**/*.obj":true,
38+
"**/*.OBJ":true,
39+
"**/*.asset":true,
40+
"**/*.cubemap":true,
41+
"**/*.flare":true,
42+
"**/*.mat":true,
43+
"**/*.meta":true,
44+
"**/*.prefab":true,
45+
"**/*.unity":true,
46+
"build/":true,
47+
"Build/":true,
48+
"Library/":true,
49+
"library/":true,
50+
"obj/":true,
51+
"Obj/":true,
52+
"ProjectSettings/":true,
53+
"temp/":true,
54+
"Temp/":true
55+
}
56+
}

ProjectSettings/AudioManager.asset

4.05 KB
Binary file not shown.
4.01 KB
Binary file not shown.
4.25 KB
Binary file not shown.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!1045 &1
4+
EditorBuildSettings:
5+
m_ObjectHideFlags: 0
6+
serializedVersion: 2
7+
m_Scenes:
8+
- enabled: 1
9+
path: Assets/Scenes/SampleScene.unity
10+
guid: 9fc0d4010bbf28b4594072e72b8655ab
11+
m_configObjects: {}
4.13 KB
Binary file not shown.
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!30 &1
4+
GraphicsSettings:
5+
m_ObjectHideFlags: 0
6+
serializedVersion: 12
7+
m_Deferred:
8+
m_Mode: 1
9+
m_Shader: {fileID: 69, guid: 0000000000000000f000000000000000, type: 0}
10+
m_DeferredReflections:
11+
m_Mode: 1
12+
m_Shader: {fileID: 74, guid: 0000000000000000f000000000000000, type: 0}
13+
m_ScreenSpaceShadows:
14+
m_Mode: 1
15+
m_Shader: {fileID: 64, guid: 0000000000000000f000000000000000, type: 0}
16+
m_LegacyDeferred:
17+
m_Mode: 1
18+
m_Shader: {fileID: 63, guid: 0000000000000000f000000000000000, type: 0}
19+
m_DepthNormals:
20+
m_Mode: 1
21+
m_Shader: {fileID: 62, guid: 0000000000000000f000000000000000, type: 0}
22+
m_MotionVectors:
23+
m_Mode: 1
24+
m_Shader: {fileID: 75, guid: 0000000000000000f000000000000000, type: 0}
25+
m_LightHalo:
26+
m_Mode: 1
27+
m_Shader: {fileID: 105, guid: 0000000000000000f000000000000000, type: 0}
28+
m_LensFlare:
29+
m_Mode: 1
30+
m_Shader: {fileID: 102, guid: 0000000000000000f000000000000000, type: 0}
31+
m_AlwaysIncludedShaders:
32+
- {fileID: 7, guid: 0000000000000000f000000000000000, type: 0}
33+
- {fileID: 15104, guid: 0000000000000000f000000000000000, type: 0}
34+
- {fileID: 15105, guid: 0000000000000000f000000000000000, type: 0}
35+
- {fileID: 15106, guid: 0000000000000000f000000000000000, type: 0}
36+
- {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0}
37+
- {fileID: 10770, guid: 0000000000000000f000000000000000, type: 0}
38+
- {fileID: 10783, guid: 0000000000000000f000000000000000, type: 0}
39+
- {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0}
40+
- {fileID: 16001, guid: 0000000000000000f000000000000000, type: 0}
41+
- {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0}
42+
m_PreloadedShaders: []
43+
m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000,
44+
type: 0}
45+
m_CustomRenderPipeline: {fileID: 0}
46+
m_TransparencySortMode: 0
47+
m_TransparencySortAxis: {x: 0, y: 0, z: 1}
48+
m_DefaultRenderingPath: 1
49+
m_DefaultMobileRenderingPath: 1
50+
m_TierSettings: []
51+
m_LightmapStripping: 0
52+
m_FogStripping: 0
53+
m_InstancingStripping: 0
54+
m_LightmapKeepPlain: 1
55+
m_LightmapKeepDirCombined: 1
56+
m_LightmapKeepDynamicPlain: 1
57+
m_LightmapKeepDynamicDirCombined: 1
58+
m_LightmapKeepShadowMask: 1
59+
m_LightmapKeepSubtractive: 1
60+
m_FogKeepLinear: 1
61+
m_FogKeepExp: 1
62+
m_FogKeepExp2: 1
63+
m_AlbedoSwatchInfos: []
64+
m_LightsUseLinearIntensity: 0
65+
m_LightsUseColorTemperature: 0

ProjectSettings/InputManager.asset

5.39 KB
Binary file not shown.

ProjectSettings/NavMeshAreas.asset

4.36 KB
Binary file not shown.

0 commit comments

Comments
 (0)