Skip to content

Commit be295d2

Browse files
author
Andy Touch
committed
Added Unity Project (Compatible with 2018.1b3)
1 parent fb7ac7d commit be295d2

File tree

210 files changed

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

210 files changed

+47591
-0
lines changed

ShaderGraph_ExampleLibrary_Project/Assets/Player.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.

ShaderGraph_ExampleLibrary_Project/Assets/Player/Materials-CustomShader.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.

ShaderGraph_ExampleLibrary_Project/Assets/Player/Materials-CustomShader/ColorGradient.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.
Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!21 &2100000
4+
Material:
5+
serializedVersion: 6
6+
m_ObjectHideFlags: 0
7+
m_PrefabParentObject: {fileID: 0}
8+
m_PrefabInternal: {fileID: 0}
9+
m_Name: GunMat-ColorGradient
10+
m_Shader: {fileID: 4800000, guid: bf104a76d87034ae29cbad2322f77965, type: 3}
11+
m_ShaderKeywords:
12+
m_LightmapFlags: 4
13+
m_EnableInstancingVariants: 0
14+
m_DoubleSidedGI: 0
15+
m_CustomRenderQueue: -1
16+
stringTagMap: {}
17+
disabledShaderPasses: []
18+
m_SavedProperties:
19+
serializedVersion: 3
20+
m_TexEnvs:
21+
- Texture_3E0E5967:
22+
m_Texture: {fileID: 0}
23+
m_Scale: {x: 1, y: 1}
24+
m_Offset: {x: 0, y: 0}
25+
- Texture_553BB68:
26+
m_Texture: {fileID: 0}
27+
m_Scale: {x: 1, y: 1}
28+
m_Offset: {x: 0, y: 0}
29+
- Texture_B8E89B90:
30+
m_Texture: {fileID: 0}
31+
m_Scale: {x: 1, y: 1}
32+
m_Offset: {x: 0, y: 0}
33+
- Texture_C00DA9F9:
34+
m_Texture: {fileID: 0}
35+
m_Scale: {x: 1, y: 1}
36+
m_Offset: {x: 0, y: 0}
37+
- _BumpMap:
38+
m_Texture: {fileID: 0}
39+
m_Scale: {x: 1, y: 1}
40+
m_Offset: {x: 0, y: 0}
41+
- _DetailAlbedoMap:
42+
m_Texture: {fileID: 0}
43+
m_Scale: {x: 1, y: 1}
44+
m_Offset: {x: 0, y: 0}
45+
- _DetailMask:
46+
m_Texture: {fileID: 0}
47+
m_Scale: {x: 1, y: 1}
48+
m_Offset: {x: 0, y: 0}
49+
- _DetailNormalMap:
50+
m_Texture: {fileID: 0}
51+
m_Scale: {x: 1, y: 1}
52+
m_Offset: {x: 0, y: 0}
53+
- _EmissionMap:
54+
m_Texture: {fileID: 0}
55+
m_Scale: {x: 1, y: 1}
56+
m_Offset: {x: 0, y: 0}
57+
- _MainTex:
58+
m_Texture: {fileID: 0}
59+
m_Scale: {x: 1, y: 1}
60+
m_Offset: {x: 0, y: 0}
61+
- _MetallicGlossMap:
62+
m_Texture: {fileID: 0}
63+
m_Scale: {x: 1, y: 1}
64+
m_Offset: {x: 0, y: 0}
65+
- _OcclusionMap:
66+
m_Texture: {fileID: 0}
67+
m_Scale: {x: 1, y: 1}
68+
m_Offset: {x: 0, y: 0}
69+
- _ParallaxMap:
70+
m_Texture: {fileID: 0}
71+
m_Scale: {x: 1, y: 1}
72+
m_Offset: {x: 0, y: 0}
73+
- _SpecGlossMap:
74+
m_Texture: {fileID: 0}
75+
m_Scale: {x: 1, y: 1}
76+
m_Offset: {x: 0, y: 0}
77+
m_Floats:
78+
- Float_4EEF0B5F: 0.63
79+
- Float_9EB52FEB: 0.64
80+
- _BumpScale: 1
81+
- _Cutoff: 0.5
82+
- _DetailNormalMapScale: 1
83+
- _DstBlend: 0
84+
- _GlossMapScale: 1
85+
- _Glossiness: 0.5
86+
- _GlossyReflections: 1
87+
- _Metallic: 0
88+
- _Mode: 0
89+
- _OcclusionStrength: 1
90+
- _Parallax: 0.02
91+
- _SmoothnessTextureChannel: 0
92+
- _SpecularHighlights: 1
93+
- _SrcBlend: 1
94+
- _UVSec: 0
95+
- _WorkflowMode: 1
96+
- _ZWrite: 1
97+
m_Colors:
98+
- Color_7C9AD720: {r: 1, g: 0.9728835, b: 0, a: 1}
99+
- Color_F18C77F7: {r: 1, g: 0, b: 0, a: 1}
100+
- _Color: {r: 1, g: 1, b: 1, a: 1}
101+
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
102+
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}

ShaderGraph_ExampleLibrary_Project/Assets/Player/Materials-CustomShader/ColorGradient/GunMat-ColorGradient.mat.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.
Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!21 &2100000
4+
Material:
5+
serializedVersion: 6
6+
m_ObjectHideFlags: 0
7+
m_PrefabParentObject: {fileID: 0}
8+
m_PrefabInternal: {fileID: 0}
9+
m_Name: PlayerMat-ColorGradient
10+
m_Shader: {fileID: 4800000, guid: bf104a76d87034ae29cbad2322f77965, type: 3}
11+
m_ShaderKeywords:
12+
m_LightmapFlags: 4
13+
m_EnableInstancingVariants: 0
14+
m_DoubleSidedGI: 0
15+
m_CustomRenderQueue: -1
16+
stringTagMap: {}
17+
disabledShaderPasses: []
18+
m_SavedProperties:
19+
serializedVersion: 3
20+
m_TexEnvs:
21+
- Texture_3E0E5967:
22+
m_Texture: {fileID: 2800000, guid: 04de021bd91ba654488ac587e4c31e2b, type: 3}
23+
m_Scale: {x: 1, y: 1}
24+
m_Offset: {x: 0, y: 0}
25+
- Texture_553BB68:
26+
m_Texture: {fileID: 2800000, guid: 2da4b277e55414e498e12ef6bc54ee29, type: 3}
27+
m_Scale: {x: 1, y: 1}
28+
m_Offset: {x: 0, y: 0}
29+
- Texture_B8E89B90:
30+
m_Texture: {fileID: 2800000, guid: 206adb28e14acb0479ae315df5e1d743, type: 3}
31+
m_Scale: {x: 1, y: 1}
32+
m_Offset: {x: 0, y: 0}
33+
- Texture_C00DA9F9:
34+
m_Texture: {fileID: 2800000, guid: 39c790ced3e137243bff34375839baa9, type: 3}
35+
m_Scale: {x: 1, y: 1}
36+
m_Offset: {x: 0, y: 0}
37+
- _BumpMap:
38+
m_Texture: {fileID: 0}
39+
m_Scale: {x: 1, y: 1}
40+
m_Offset: {x: 0, y: 0}
41+
- _DetailAlbedoMap:
42+
m_Texture: {fileID: 0}
43+
m_Scale: {x: 1, y: 1}
44+
m_Offset: {x: 0, y: 0}
45+
- _DetailMask:
46+
m_Texture: {fileID: 0}
47+
m_Scale: {x: 1, y: 1}
48+
m_Offset: {x: 0, y: 0}
49+
- _DetailNormalMap:
50+
m_Texture: {fileID: 0}
51+
m_Scale: {x: 1, y: 1}
52+
m_Offset: {x: 0, y: 0}
53+
- _EmissionMap:
54+
m_Texture: {fileID: 0}
55+
m_Scale: {x: 1, y: 1}
56+
m_Offset: {x: 0, y: 0}
57+
- _MainTex:
58+
m_Texture: {fileID: 0}
59+
m_Scale: {x: 1, y: 1}
60+
m_Offset: {x: 0, y: 0}
61+
- _MetallicGlossMap:
62+
m_Texture: {fileID: 0}
63+
m_Scale: {x: 1, y: 1}
64+
m_Offset: {x: 0, y: 0}
65+
- _OcclusionMap:
66+
m_Texture: {fileID: 0}
67+
m_Scale: {x: 1, y: 1}
68+
m_Offset: {x: 0, y: 0}
69+
- _ParallaxMap:
70+
m_Texture: {fileID: 0}
71+
m_Scale: {x: 1, y: 1}
72+
m_Offset: {x: 0, y: 0}
73+
- _SpecGlossMap:
74+
m_Texture: {fileID: 0}
75+
m_Scale: {x: 1, y: 1}
76+
m_Offset: {x: 0, y: 0}
77+
m_Floats:
78+
- Float_4EEF0B5F: 0.79
79+
- Float_9EB52FEB: 0.64
80+
- _BumpScale: 1
81+
- _Cutoff: 0.5
82+
- _DetailNormalMapScale: 1
83+
- _DstBlend: 0
84+
- _GlossMapScale: 1
85+
- _Glossiness: 0.5
86+
- _GlossyReflections: 1
87+
- _Metallic: 0
88+
- _Mode: 0
89+
- _OcclusionStrength: 1
90+
- _Parallax: 0.02
91+
- _SmoothnessTextureChannel: 0
92+
- _SpecularHighlights: 1
93+
- _SrcBlend: 1
94+
- _UVSec: 0
95+
- _WorkflowMode: 1
96+
- _ZWrite: 1
97+
m_Colors:
98+
- Color_7C9AD720: {r: 1, g: 0.9728836, b: 0, a: 1}
99+
- Color_F18C77F7: {r: 1, g: 0, b: 0, a: 1}
100+
- _Color: {r: 1, g: 1, b: 1, a: 1}
101+
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
102+
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}

ShaderGraph_ExampleLibrary_Project/Assets/Player/Materials-CustomShader/ColorGradient/PlayerMat-ColorGradient.mat.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.

ShaderGraph_ExampleLibrary_Project/Assets/Player/Materials-CustomShader/ColorRim.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.
Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!21 &2100000
4+
Material:
5+
serializedVersion: 6
6+
m_ObjectHideFlags: 0
7+
m_PrefabParentObject: {fileID: 0}
8+
m_PrefabInternal: {fileID: 0}
9+
m_Name: GunMat-ColorRim
10+
m_Shader: {fileID: 4800000, guid: 59cf758fd4d4d419db54f04d01fc1e34, type: 3}
11+
m_ShaderKeywords:
12+
m_LightmapFlags: 4
13+
m_EnableInstancingVariants: 0
14+
m_DoubleSidedGI: 0
15+
m_CustomRenderQueue: -1
16+
stringTagMap: {}
17+
disabledShaderPasses: []
18+
m_SavedProperties:
19+
serializedVersion: 3
20+
m_TexEnvs:
21+
- Texture_353E81AE:
22+
m_Texture: {fileID: 2800000, guid: 1db47dc1499b7418987fb2b7a3ffad84, type: 3}
23+
m_Scale: {x: 1, y: 1}
24+
m_Offset: {x: 0, y: 0}
25+
- Texture_6CEFFE6A:
26+
m_Texture: {fileID: 2800000, guid: a2585b52309084b379d22ad7c6352e29, type: 3}
27+
m_Scale: {x: 1, y: 1}
28+
m_Offset: {x: 0, y: 0}
29+
- Texture_9EF72AF8:
30+
m_Texture: {fileID: 2800000, guid: dff115c36813d4df68554b3f8fee91eb, type: 3}
31+
m_Scale: {x: 1, y: 1}
32+
m_Offset: {x: 0, y: 0}
33+
- Texture_DAD29D2A:
34+
m_Texture: {fileID: 2800000, guid: f626d158585294843b1c4fe5664a7783, type: 3}
35+
m_Scale: {x: 1, y: 1}
36+
m_Offset: {x: 0, y: 0}
37+
- _BumpMap:
38+
m_Texture: {fileID: 0}
39+
m_Scale: {x: 1, y: 1}
40+
m_Offset: {x: 0, y: 0}
41+
- _DetailAlbedoMap:
42+
m_Texture: {fileID: 0}
43+
m_Scale: {x: 1, y: 1}
44+
m_Offset: {x: 0, y: 0}
45+
- _DetailMask:
46+
m_Texture: {fileID: 0}
47+
m_Scale: {x: 1, y: 1}
48+
m_Offset: {x: 0, y: 0}
49+
- _DetailNormalMap:
50+
m_Texture: {fileID: 0}
51+
m_Scale: {x: 1, y: 1}
52+
m_Offset: {x: 0, y: 0}
53+
- _EmissionMap:
54+
m_Texture: {fileID: 0}
55+
m_Scale: {x: 1, y: 1}
56+
m_Offset: {x: 0, y: 0}
57+
- _MainTex:
58+
m_Texture: {fileID: 0}
59+
m_Scale: {x: 1, y: 1}
60+
m_Offset: {x: 0, y: 0}
61+
- _MetallicGlossMap:
62+
m_Texture: {fileID: 0}
63+
m_Scale: {x: 1, y: 1}
64+
m_Offset: {x: 0, y: 0}
65+
- _OcclusionMap:
66+
m_Texture: {fileID: 0}
67+
m_Scale: {x: 1, y: 1}
68+
m_Offset: {x: 0, y: 0}
69+
- _ParallaxMap:
70+
m_Texture: {fileID: 0}
71+
m_Scale: {x: 1, y: 1}
72+
m_Offset: {x: 0, y: 0}
73+
- _SpecGlossMap:
74+
m_Texture: {fileID: 0}
75+
m_Scale: {x: 1, y: 1}
76+
m_Offset: {x: 0, y: 0}
77+
m_Floats:
78+
- Float_D9008F3D: 1
79+
- _BumpScale: 1
80+
- _Cutoff: 0.5
81+
- _DetailNormalMapScale: 1
82+
- _DstBlend: 0
83+
- _GlossMapScale: 1
84+
- _Glossiness: 0.5
85+
- _GlossyReflections: 1
86+
- _Metallic: 0
87+
- _Mode: 0
88+
- _OcclusionStrength: 1
89+
- _Parallax: 0.02
90+
- _SmoothnessTextureChannel: 0
91+
- _SpecularHighlights: 1
92+
- _SrcBlend: 1
93+
- _UVSec: 0
94+
- _WorkflowMode: 1
95+
- _ZWrite: 1
96+
m_Colors:
97+
- Color_F0C1164F: {r: 1, g: 0.9943777, b: 0, a: 0.7843137}
98+
- _Color: {r: 1, g: 1, b: 1, a: 1}
99+
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
100+
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}

ShaderGraph_ExampleLibrary_Project/Assets/Player/Materials-CustomShader/ColorRim/GunMat-ColorRim.mat.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.

0 commit comments

Comments
 (0)