Skip to content
This repository was archived by the owner on Mar 25, 2023. It is now read-only.

Commit 907eecb

Browse files
Dodaj pliki projektów.
1 parent 26d88bc commit 907eecb

File tree

108 files changed

+108062
-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.

108 files changed

+108062
-0
lines changed

.gitignore

+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# This .gitignore file should be placed at the root of your Unity project directory
2+
#
3+
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
4+
#
5+
/[Ll]ibrary/
6+
/[Tt]emp/
7+
/[Oo]bj/
8+
/[Bb]uild/
9+
/[Bb]uilds/
10+
/[Ll]ogs/
11+
/[Uu]ser[Ss]ettings/
12+
13+
# MemoryCaptures can get excessive in size.
14+
# They also could contain extremely sensitive data
15+
/[Mm]emoryCaptures/
16+
17+
# Recordings can get excessive in size
18+
/[Rr]ecordings/
19+
20+
# Uncomment this line if you wish to ignore the asset store tools plugin
21+
# /[Aa]ssets/AssetStoreTools*
22+
23+
# Autogenerated Jetbrains Rider plugin
24+
/[Aa]ssets/Plugins/Editor/JetBrains*
25+
26+
# Visual Studio cache directory
27+
.vs/
28+
29+
# Gradle cache directory
30+
.gradle/
31+
32+
# Autogenerated VS/MD/Consulo solution and project files
33+
ExportedObj/
34+
.consulo/
35+
*.csproj
36+
*.unityproj
37+
*.sln
38+
*.suo
39+
*.tmp
40+
*.user
41+
*.userprefs
42+
*.pidb
43+
*.booproj
44+
*.svd
45+
*.pdb
46+
*.mdb
47+
*.opendb
48+
*.VC.db
49+
50+
# Unity3D generated meta files
51+
*.pidb.meta
52+
*.pdb.meta
53+
*.mdb.meta
54+
55+
# Unity3D generated file on crash reports
56+
sysinfo.txt
57+
58+
# Builds
59+
*.apk
60+
*.aab
61+
*.unitypackage
62+
*.app
63+
64+
# Crashlytics generated file
65+
crashlytics-build.properties
66+
67+
# Packed Addressables
68+
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
69+
70+
# Temporary auto-generated Android Assets
71+
/[Aa]ssets/[Ss]treamingAssets/aa.meta
72+
/[Aa]ssets/[Ss]treamingAssets/aa/*

.vsconfig

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"version": "1.0",
3+
"components": [
4+
"Microsoft.VisualStudio.Workload.ManagedGame"
5+
]
6+
}

Assets/Art.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Art/Characters.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Art/Characters/Main.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+128
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &-7817134801311822897
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 11
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
m_GameObject: {fileID: 0}
10+
m_Enabled: 1
11+
m_EditorHideFlags: 0
12+
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
13+
m_Name:
14+
m_EditorClassIdentifier:
15+
version: 5
16+
--- !u!21 &2100000
17+
Material:
18+
serializedVersion: 8
19+
m_ObjectHideFlags: 0
20+
m_CorrespondingSourceObject: {fileID: 0}
21+
m_PrefabInstance: {fileID: 0}
22+
m_PrefabAsset: {fileID: 0}
23+
m_Name: main_armour
24+
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
25+
m_ValidKeywords:
26+
- _EMISSION
27+
- _NORMALMAP
28+
m_InvalidKeywords: []
29+
m_LightmapFlags: 2
30+
m_EnableInstancingVariants: 0
31+
m_DoubleSidedGI: 1
32+
m_CustomRenderQueue: 2000
33+
stringTagMap:
34+
RenderType: Opaque
35+
disabledShaderPasses: []
36+
m_SavedProperties:
37+
serializedVersion: 3
38+
m_TexEnvs:
39+
- _BaseMap:
40+
m_Texture: {fileID: 2800000, guid: 462cb2bcac4d53942aeb80cbf31788d8, type: 3}
41+
m_Scale: {x: 1, y: 1}
42+
m_Offset: {x: 0, y: 0}
43+
- _BumpMap:
44+
m_Texture: {fileID: 2800000, guid: 8581593690ee2a7459c0f8ca243dcbf9, type: 3}
45+
m_Scale: {x: 1, y: 1}
46+
m_Offset: {x: 0, y: 0}
47+
- _DetailAlbedoMap:
48+
m_Texture: {fileID: 0}
49+
m_Scale: {x: 1, y: 1}
50+
m_Offset: {x: 0, y: 0}
51+
- _DetailMask:
52+
m_Texture: {fileID: 0}
53+
m_Scale: {x: 1, y: 1}
54+
m_Offset: {x: 0, y: 0}
55+
- _DetailNormalMap:
56+
m_Texture: {fileID: 0}
57+
m_Scale: {x: 1, y: 1}
58+
m_Offset: {x: 0, y: 0}
59+
- _EmissionMap:
60+
m_Texture: {fileID: 2800000, guid: 570ec8042d89ccb4ca55b7b79bf1f564, type: 3}
61+
m_Scale: {x: 1, y: 1}
62+
m_Offset: {x: 0, y: 0}
63+
- _MainTex:
64+
m_Texture: {fileID: 2800000, guid: 462cb2bcac4d53942aeb80cbf31788d8, type: 3}
65+
m_Scale: {x: 1, y: 1}
66+
m_Offset: {x: 0, y: 0}
67+
- _MetallicGlossMap:
68+
m_Texture: {fileID: 0}
69+
m_Scale: {x: 1, y: 1}
70+
m_Offset: {x: 0, y: 0}
71+
- _OcclusionMap:
72+
m_Texture: {fileID: 0}
73+
m_Scale: {x: 1, y: 1}
74+
m_Offset: {x: 0, y: 0}
75+
- _ParallaxMap:
76+
m_Texture: {fileID: 0}
77+
m_Scale: {x: 1, y: 1}
78+
m_Offset: {x: 0, y: 0}
79+
- _SpecGlossMap:
80+
m_Texture: {fileID: 0}
81+
m_Scale: {x: 1, y: 1}
82+
m_Offset: {x: 0, y: 0}
83+
- unity_Lightmaps:
84+
m_Texture: {fileID: 0}
85+
m_Scale: {x: 1, y: 1}
86+
m_Offset: {x: 0, y: 0}
87+
- unity_LightmapsInd:
88+
m_Texture: {fileID: 0}
89+
m_Scale: {x: 1, y: 1}
90+
m_Offset: {x: 0, y: 0}
91+
- unity_ShadowMasks:
92+
m_Texture: {fileID: 0}
93+
m_Scale: {x: 1, y: 1}
94+
m_Offset: {x: 0, y: 0}
95+
m_Ints: []
96+
m_Floats:
97+
- _AlphaClip: 0
98+
- _Blend: 0
99+
- _BumpScale: 1
100+
- _ClearCoatMask: 0
101+
- _ClearCoatSmoothness: 0
102+
- _Cull: 0
103+
- _Cutoff: 0.5
104+
- _DetailAlbedoMapScale: 1
105+
- _DetailNormalMapScale: 1
106+
- _DstBlend: 0
107+
- _EnvironmentReflections: 1
108+
- _GlossMapScale: 0
109+
- _Glossiness: 0
110+
- _GlossyReflections: 0
111+
- _Metallic: 0
112+
- _OcclusionStrength: 1
113+
- _Parallax: 0.005
114+
- _QueueOffset: 0
115+
- _ReceiveShadows: 1
116+
- _Smoothness: 0.5
117+
- _SmoothnessTextureChannel: 0
118+
- _SpecularHighlights: 1
119+
- _SrcBlend: 1
120+
- _Surface: 0
121+
- _WorkflowMode: 1
122+
- _ZWrite: 1
123+
m_Colors:
124+
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}
125+
- _Color: {r: 1, g: 1, b: 1, a: 1}
126+
- _EmissionColor: {r: 2.6390157, g: 1.573409, b: 0, a: 1}
127+
- _SpecColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
128+
m_BuildTextureStacks: []

Assets/Art/Characters/Main/main_armour.mat.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!21 &2100000
4+
Material:
5+
serializedVersion: 8
6+
m_ObjectHideFlags: 0
7+
m_CorrespondingSourceObject: {fileID: 0}
8+
m_PrefabInstance: {fileID: 0}
9+
m_PrefabAsset: {fileID: 0}
10+
m_Name: main_chainmail
11+
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
12+
m_ValidKeywords:
13+
- _ALPHATEST_ON
14+
- _NORMALMAP
15+
m_InvalidKeywords: []
16+
m_LightmapFlags: 4
17+
m_EnableInstancingVariants: 0
18+
m_DoubleSidedGI: 0
19+
m_CustomRenderQueue: 2450
20+
stringTagMap:
21+
RenderType: TransparentCutout
22+
disabledShaderPasses: []
23+
m_SavedProperties:
24+
serializedVersion: 3
25+
m_TexEnvs:
26+
- _BaseMap:
27+
m_Texture: {fileID: 2800000, guid: 79eef080836777c4b823e5e31cfaa89b, type: 3}
28+
m_Scale: {x: 1, y: 1}
29+
m_Offset: {x: 0, y: 0}
30+
- _BumpMap:
31+
m_Texture: {fileID: 2800000, guid: 6d052e044d65e0045ade149e514fd4dd, type: 3}
32+
m_Scale: {x: 1, y: 1}
33+
m_Offset: {x: 0, y: 0}
34+
- _DetailAlbedoMap:
35+
m_Texture: {fileID: 0}
36+
m_Scale: {x: 1, y: 1}
37+
m_Offset: {x: 0, y: 0}
38+
- _DetailMask:
39+
m_Texture: {fileID: 0}
40+
m_Scale: {x: 1, y: 1}
41+
m_Offset: {x: 0, y: 0}
42+
- _DetailNormalMap:
43+
m_Texture: {fileID: 0}
44+
m_Scale: {x: 1, y: 1}
45+
m_Offset: {x: 0, y: 0}
46+
- _EmissionMap:
47+
m_Texture: {fileID: 0}
48+
m_Scale: {x: 1, y: 1}
49+
m_Offset: {x: 0, y: 0}
50+
- _MainTex:
51+
m_Texture: {fileID: 2800000, guid: 79eef080836777c4b823e5e31cfaa89b, type: 3}
52+
m_Scale: {x: 1, y: 1}
53+
m_Offset: {x: 0, y: 0}
54+
- _MetallicGlossMap:
55+
m_Texture: {fileID: 0}
56+
m_Scale: {x: 1, y: 1}
57+
m_Offset: {x: 0, y: 0}
58+
- _OcclusionMap:
59+
m_Texture: {fileID: 0}
60+
m_Scale: {x: 1, y: 1}
61+
m_Offset: {x: 0, y: 0}
62+
- _ParallaxMap:
63+
m_Texture: {fileID: 0}
64+
m_Scale: {x: 1, y: 1}
65+
m_Offset: {x: 0, y: 0}
66+
- _SpecGlossMap:
67+
m_Texture: {fileID: 0}
68+
m_Scale: {x: 1, y: 1}
69+
m_Offset: {x: 0, y: 0}
70+
- unity_Lightmaps:
71+
m_Texture: {fileID: 0}
72+
m_Scale: {x: 1, y: 1}
73+
m_Offset: {x: 0, y: 0}
74+
- unity_LightmapsInd:
75+
m_Texture: {fileID: 0}
76+
m_Scale: {x: 1, y: 1}
77+
m_Offset: {x: 0, y: 0}
78+
- unity_ShadowMasks:
79+
m_Texture: {fileID: 0}
80+
m_Scale: {x: 1, y: 1}
81+
m_Offset: {x: 0, y: 0}
82+
m_Ints: []
83+
m_Floats:
84+
- _AlphaClip: 1
85+
- _Blend: 0
86+
- _BumpScale: 1
87+
- _ClearCoatMask: 0
88+
- _ClearCoatSmoothness: 0
89+
- _Cull: 2
90+
- _Cutoff: 0.339
91+
- _DetailAlbedoMapScale: 1
92+
- _DetailNormalMapScale: 1
93+
- _DstBlend: 0
94+
- _EnvironmentReflections: 1
95+
- _GlossMapScale: 0
96+
- _Glossiness: 0
97+
- _GlossyReflections: 0
98+
- _Metallic: 0
99+
- _OcclusionStrength: 1
100+
- _Parallax: 0.005
101+
- _QueueOffset: 0
102+
- _ReceiveShadows: 1
103+
- _Smoothness: 0.5
104+
- _SmoothnessTextureChannel: 0
105+
- _SpecularHighlights: 1
106+
- _SrcBlend: 1
107+
- _Surface: 0
108+
- _WorkflowMode: 1
109+
- _ZWrite: 1
110+
m_Colors:
111+
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}
112+
- _Color: {r: 1, g: 1, b: 1, a: 1}
113+
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
114+
- _SpecColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
115+
m_BuildTextureStacks: []
116+
--- !u!114 &2976165855864220544
117+
MonoBehaviour:
118+
m_ObjectHideFlags: 11
119+
m_CorrespondingSourceObject: {fileID: 0}
120+
m_PrefabInstance: {fileID: 0}
121+
m_PrefabAsset: {fileID: 0}
122+
m_GameObject: {fileID: 0}
123+
m_Enabled: 1
124+
m_EditorHideFlags: 0
125+
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
126+
m_Name:
127+
m_EditorClassIdentifier:
128+
version: 5

Assets/Art/Characters/Main/main_chainmail.mat.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)