Skip to content

Commit 4c145e5

Browse files
authored
v0.1.1
Develop
2 parents 1d7747a + 44dfe24 commit 4c145e5

34 files changed

Lines changed: 5386 additions & 20099 deletions

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ sysinfo.txt
3131

3232
# Crashlytics generated file
3333
crashlytics-build.properties
34+
SampleProjectHDRP~/.vscode
35+
SampleProjectsURP~/.vscode
36+
*/UserSettings/*

Assets/LEDScreenShader/Materials/LEDScreenAlpha.mat

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,25 @@
22
%TAG !u! tag:unity3d.com,2011:
33
--- !u!21 &2100000
44
Material:
5-
serializedVersion: 6
5+
serializedVersion: 8
66
m_ObjectHideFlags: 0
77
m_CorrespondingSourceObject: {fileID: 0}
88
m_PrefabInstance: {fileID: 0}
99
m_PrefabAsset: {fileID: 0}
1010
m_Name: LEDScreenAlpha
1111
m_Shader: {fileID: -6465566751694194690, guid: e7cea1252f1974843b14167ae6777494, type: 3}
12-
m_ShaderKeywords: _UV_UV0
12+
m_ValidKeywords:
13+
- _SURFACE_TYPE_TRANSPARENT
14+
- _UV_UV0
15+
m_InvalidKeywords: []
1316
m_LightmapFlags: 4
1417
m_EnableInstancingVariants: 0
1518
m_DoubleSidedGI: 0
1619
m_CustomRenderQueue: -1
17-
stringTagMap: {}
18-
disabledShaderPasses: []
20+
stringTagMap:
21+
RenderType: Transparent
22+
disabledShaderPasses:
23+
- DepthOnly
1924
m_SavedProperties:
2025
serializedVersion: 3
2126
m_TexEnvs:
@@ -47,6 +52,10 @@ Material:
4752
m_Texture: {fileID: 0}
4853
m_Scale: {x: 1, y: 1}
4954
m_Offset: {x: 0, y: 0}
55+
- _BaseMap_1:
56+
m_Texture: {fileID: 0}
57+
m_Scale: {x: 1, y: 1}
58+
m_Offset: {x: 0, y: 0}
5059
- unity_Lightmaps:
5160
m_Texture: {fileID: 0}
5261
m_Scale: {x: 1, y: 1}
@@ -59,6 +68,7 @@ Material:
5968
m_Texture: {fileID: 0}
6069
m_Scale: {x: 1, y: 1}
6170
m_Offset: {x: 0, y: 0}
71+
m_Ints: []
6272
m_Floats:
6373
- Boolean_ac6b855195934dac9f3d046a71afd37f: 0
6474
- OffsetLEDX: 0
@@ -76,12 +86,27 @@ Material:
7686
- Vector1_3ea4ac5985e045fe9bb1473433a925a9: 1
7787
- Vector1_9587ac5421c44de1b677a4ce4f167768: 5
7888
- Vector1_A78CEBC: 1
89+
- Vector1_A78CEBC_1: 1
7990
- Vector1_CC37D8CB: 0.5
8091
- Vector1_D4BB5679: 1
8192
- Vector1_a1f9648bff084cf4959c672e512a732d: 20
93+
- _AlphaClip: 0
94+
- _Blend: 0
95+
- _CastShadows: 1
96+
- _Cull: 2
97+
- _DstBlend: 10
98+
- _FoVParamFadeEnd: 10
99+
- _FoVParamFadeStart: 0
82100
- _QueueControl: 0
83101
- _QueueOffset: 0
102+
- _ReceiveShadows: 1
103+
- _SrcBlend: 5
104+
- _Surface: 1
84105
- _UV: 0
106+
- _WorkflowMode: 1
107+
- _ZTest: 4
108+
- _ZWrite: 0
109+
- _ZWriteControl: 0
85110
m_Colors:
86111
- Color_941038397df743edb971942aa6a65b41: {r: 8, g: 8, b: 8, a: 0}
87112
- Color_B7810F92: {r: 0.8627451, g: 1.6, b: 4, a: 0}
@@ -100,4 +125,4 @@ MonoBehaviour:
100125
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
101126
m_Name:
102127
m_EditorClassIdentifier:
103-
version: 5
128+
version: 7

Assets/LEDScreenShader/Materials/LEDScreenDetailedDHRP.mat

Lines changed: 41 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,28 @@
22
%TAG !u! tag:unity3d.com,2011:
33
--- !u!21 &2100000
44
Material:
5-
serializedVersion: 6
5+
serializedVersion: 8
66
m_ObjectHideFlags: 0
77
m_CorrespondingSourceObject: {fileID: 0}
88
m_PrefabInstance: {fileID: 0}
99
m_PrefabAsset: {fileID: 0}
1010
m_Name: LEDScreenDetailedDHRP
1111
m_Shader: {fileID: -6465566751694194690, guid: 7abaa2c3967eb2c43880aa8fb27d88de, type: 3}
12-
m_ShaderKeywords: _DISABLE_SSR_TRANSPARENT _UV_UV0
12+
m_ValidKeywords:
13+
- _ALPHATEST_ON
14+
- _DISABLE_DECALS
15+
- _DISABLE_SSR_TRANSPARENT
16+
- _ENABLE_FOG_ON_TRANSPARENT
17+
- _SURFACE_TYPE_TRANSPARENT
18+
- _UV_UV0
19+
m_InvalidKeywords: []
1320
m_LightmapFlags: 4
1421
m_EnableInstancingVariants: 0
1522
m_DoubleSidedGI: 0
16-
m_CustomRenderQueue: -1
23+
m_CustomRenderQueue: 3000
1724
stringTagMap:
1825
MotionVector: User
26+
RenderType: Transparent
1927
disabledShaderPasses:
2028
- TransparentDepthPrepass
2129
- TransparentDepthPostpass
@@ -49,12 +57,20 @@ Material:
4957
m_Texture: {fileID: 2800000, guid: cdb43915b2cf04400a9107000ca8ab26, type: 3}
5058
m_Scale: {x: 1, y: 1}
5159
m_Offset: {x: 0, y: 0}
60+
- _AlphaMap:
61+
m_Texture: {fileID: 2800000, guid: a5f48e28b3b104ba592cf0c58783ae95, type: 3}
62+
m_Scale: {x: 1, y: 1}
63+
m_Offset: {x: 0, y: 0}
5264
- _BaseColor:
5365
m_Texture: {fileID: 2800000, guid: a7640f15f7fe0074c9112958018e5b39, type: 3}
5466
m_Scale: {x: 1, y: 1}
5567
m_Offset: {x: 0, y: 0}
5668
- _BaseMap:
57-
m_Texture: {fileID: 2800000, guid: a7640f15f7fe0074c9112958018e5b39, type: 3}
69+
m_Texture: {fileID: 2800000, guid: 777b7b7fa6f454337acd8c31788290bf, type: 3}
70+
m_Scale: {x: 1, y: 1}
71+
m_Offset: {x: 0, y: 0}
72+
- _SampleTexture2D_e4e837ff1e6a430f924f8a3ca04ddb67_Texture_1:
73+
m_Texture: {fileID: 0}
5874
m_Scale: {x: 1, y: 1}
5975
m_Offset: {x: 0, y: 0}
6076
- unity_Lightmaps:
@@ -69,6 +85,7 @@ Material:
6985
m_Texture: {fileID: 0}
7086
m_Scale: {x: 1, y: 1}
7187
m_Offset: {x: 0, y: 0}
88+
m_Ints: []
7289
m_Floats:
7390
- Boolean_01765f30d9d74d1190a4e55644f0b8d6: 0
7491
- Boolean_0d279ae80dac4220b33ee12419bd594a: 0
@@ -106,23 +123,26 @@ Material:
106123
- Vector1_77f7d449be2f4c4fa483812fefd96abc: 0
107124
- Vector1_9587ac5421c44de1b677a4ce4f167768: 20
108125
- Vector1_A78CEBC: 0.8
126+
- Vector1_A78CEBC_1: 0.7
109127
- Vector1_CC37D8CB: 0.3
110128
- Vector1_D4BB5679: 1
111129
- Vector1_a1f9648bff084cf4959c672e512a732d: 100
112130
- _AddPrecomputedVelocity: 0
113-
- _AlphaCutoffEnable: 0
114-
- _AlphaDstBlend: 0
131+
- _AlphaCutoffEnable: 1
132+
- _AlphaDstBlend: 10
115133
- _AlphaSrcBlend: 1
116134
- _AlphaToMask: 0
117135
- _AlphaToMaskInspectorValue: 0
118136
- _BlendMode: 0
137+
- _ConservativeDepthOffsetEnable: 0
119138
- _CullMode: 2
120139
- _CullModeForward: 2
121140
- _DepthOffsetEnable: 0
122141
- _DoubleSidedEnable: 0
142+
- _DoubleSidedGIMode: 0
123143
- _DoubleSidedNormalMode: 2
124-
- _DstBlend: 0
125-
- _EnableBlendModePreserveSpecularLighting: 1
144+
- _DstBlend: 10
145+
- _EnableBlendModePreserveSpecularLighting: 0
126146
- _EnableFogOnTransparent: 1
127147
- _OpaqueCullMode: 2
128148
- _QueueControl: 0
@@ -131,21 +151,21 @@ Material:
131151
- _ReceivesSSR: 1
132152
- _ReceivesSSRTransparent: 0
133153
- _RefractionModel: 0
134-
- _RenderQueueType: 1
154+
- _RenderQueueType: 4
135155
- _RequireSplitLighting: 0
136156
- _SrcBlend: 1
137157
- _StencilRef: 0
138-
- _StencilRefDepth: 8
158+
- _StencilRefDepth: 0
139159
- _StencilRefDistortionVec: 4
140-
- _StencilRefGBuffer: 10
141-
- _StencilRefMV: 40
160+
- _StencilRefGBuffer: 2
161+
- _StencilRefMV: 32
142162
- _StencilWriteMask: 6
143163
- _StencilWriteMaskDepth: 8
144164
- _StencilWriteMaskDistortionVec: 4
145165
- _StencilWriteMaskGBuffer: 14
146166
- _StencilWriteMaskMV: 40
147-
- _SupportDecals: 1
148-
- _SurfaceType: 0
167+
- _SupportDecals: 0
168+
- _SurfaceType: 1
149169
- _TransparentBackfaceEnable: 0
150170
- _TransparentCullMode: 2
151171
- _TransparentDepthPostpassEnable: 0
@@ -155,10 +175,10 @@ Material:
155175
- _TransparentZWrite: 0
156176
- _UV: 0
157177
- _UseShadowThreshold: 0
158-
- _ZTestDepthEqualForOpaque: 3
159-
- _ZTestGBuffer: 4
178+
- _ZTestDepthEqualForOpaque: 4
179+
- _ZTestGBuffer: 3
160180
- _ZTestTransparent: 4
161-
- _ZWrite: 1
181+
- _ZWrite: 0
162182
m_Colors:
163183
- Color_941038397df743edb971942aa6a65b41: {r: 67.79352, g: 67.79352, b: 67.79352, a: 0}
164184
- Color_B7810F92: {r: 1, g: 1, b: 1, a: 0}
@@ -182,7 +202,10 @@ MonoBehaviour:
182202
m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3}
183203
m_Name:
184204
m_EditorClassIdentifier:
185-
version: 11
205+
version: 12
206+
hdPluginSubTargetMaterialVersions:
207+
m_Keys: []
208+
m_Values:
186209
--- !u!114 &3643184218438530441
187210
MonoBehaviour:
188211
m_ObjectHideFlags: 11

Assets/LEDScreenShader/Materials/LEDScreenDetailedURP.mat

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,25 @@
22
%TAG !u! tag:unity3d.com,2011:
33
--- !u!21 &2100000
44
Material:
5-
serializedVersion: 6
5+
serializedVersion: 8
66
m_ObjectHideFlags: 0
77
m_CorrespondingSourceObject: {fileID: 0}
88
m_PrefabInstance: {fileID: 0}
99
m_PrefabAsset: {fileID: 0}
1010
m_Name: LEDScreenDetailedURP
1111
m_Shader: {fileID: -6465566751694194690, guid: e7cea1252f1974843b14167ae6777494, type: 3}
12-
m_ShaderKeywords: _UV_UV0
12+
m_ValidKeywords:
13+
- _SURFACE_TYPE_TRANSPARENT
14+
- _UV_UV0
15+
m_InvalidKeywords: []
1316
m_LightmapFlags: 4
1417
m_EnableInstancingVariants: 0
1518
m_DoubleSidedGI: 0
1619
m_CustomRenderQueue: -1
17-
stringTagMap: {}
18-
disabledShaderPasses: []
20+
stringTagMap:
21+
RenderType: Transparent
22+
disabledShaderPasses:
23+
- DepthOnly
1924
m_SavedProperties:
2025
serializedVersion: 3
2126
m_TexEnvs:
@@ -47,6 +52,10 @@ Material:
4752
m_Texture: {fileID: 2800000, guid: a7640f15f7fe0074c9112958018e5b39, type: 3}
4853
m_Scale: {x: 1, y: 1}
4954
m_Offset: {x: 0, y: 0}
55+
- _BaseMap_1:
56+
m_Texture: {fileID: 0}
57+
m_Scale: {x: 1, y: 1}
58+
m_Offset: {x: 0, y: 0}
5059
- unity_Lightmaps:
5160
m_Texture: {fileID: 0}
5261
m_Scale: {x: 1, y: 1}
@@ -59,6 +68,7 @@ Material:
5968
m_Texture: {fileID: 0}
6069
m_Scale: {x: 1, y: 1}
6170
m_Offset: {x: 0, y: 0}
71+
m_Ints: []
6272
m_Floats:
6373
- Boolean_01765f30d9d74d1190a4e55644f0b8d6: 0
6474
- Boolean_0d279ae80dac4220b33ee12419bd594a: 0
@@ -88,12 +98,27 @@ Material:
8898
- Vector1_3ea4ac5985e045fe9bb1473433a925a9: 1
8999
- Vector1_9587ac5421c44de1b677a4ce4f167768: 5
90100
- Vector1_A78CEBC: 1
101+
- Vector1_A78CEBC_1: 1
91102
- Vector1_CC37D8CB: 0.3
92103
- Vector1_D4BB5679: 1
93104
- Vector1_a1f9648bff084cf4959c672e512a732d: 5
105+
- _AlphaClip: 0
106+
- _Blend: 0
107+
- _CastShadows: 1
108+
- _Cull: 2
109+
- _DstBlend: 10
110+
- _FoVParamFadeEnd: 10
111+
- _FoVParamFadeStart: 0
94112
- _QueueControl: 0
95113
- _QueueOffset: 0
114+
- _ReceiveShadows: 1
115+
- _SrcBlend: 5
116+
- _Surface: 1
96117
- _UV: 0
118+
- _WorkflowMode: 1
119+
- _ZTest: 4
120+
- _ZWrite: 0
121+
- _ZWriteControl: 0
97122
m_Colors:
98123
- Color_941038397df743edb971942aa6a65b41: {r: 1.4980392, g: 1.4980392, b: 1.4980392, a: 0}
99124
- Color_B7810F92: {r: 0.8627451, g: 1.6, b: 4, a: 0}
@@ -112,4 +137,4 @@ MonoBehaviour:
112137
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
113138
m_Name:
114139
m_EditorClassIdentifier:
115-
version: 5
140+
version: 7

0 commit comments

Comments
 (0)