Skip to content

Commit d279e3c

Browse files
committed
Change default prefab screen material to be matte
1 parent 6fb405a commit d279e3c

File tree

6 files changed

+3036
-2950
lines changed

6 files changed

+3036
-2950
lines changed
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
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_CorrespondingSourceObject: {fileID: 0}
8+
m_PrefabInstance: {fileID: 0}
9+
m_PrefabAsset: {fileID: 0}
10+
m_Name: ExampleSceneScreen
11+
m_Shader: {fileID: 4800000, guid: 412ea878efbed224d97338aed34a773c, type: 3}
12+
m_ShaderKeywords: _EMISSION
13+
m_LightmapFlags: 1
14+
m_EnableInstancingVariants: 0
15+
m_DoubleSidedGI: 0
16+
m_CustomRenderQueue: -1
17+
stringTagMap: {}
18+
disabledShaderPasses: []
19+
m_SavedProperties:
20+
serializedVersion: 3
21+
m_TexEnvs:
22+
- _BumpMap:
23+
m_Texture: {fileID: 0}
24+
m_Scale: {x: 1, y: 1}
25+
m_Offset: {x: 0, y: 0}
26+
- _DetailAlbedoMap:
27+
m_Texture: {fileID: 0}
28+
m_Scale: {x: 1, y: 1}
29+
m_Offset: {x: 0, y: 0}
30+
- _DetailMask:
31+
m_Texture: {fileID: 0}
32+
m_Scale: {x: 1, y: 1}
33+
m_Offset: {x: 0, y: 0}
34+
- _DetailNormalMap:
35+
m_Texture: {fileID: 0}
36+
m_Scale: {x: 1, y: 1}
37+
m_Offset: {x: 0, y: 0}
38+
- _EmissionMap:
39+
m_Texture: {fileID: 8400000, guid: 47ac27448e8b7a942aa7471935e4d8db, type: 2}
40+
m_Scale: {x: 1, y: 1}
41+
m_Offset: {x: 0, y: 0}
42+
- _MainTex:
43+
m_Texture: {fileID: 0}
44+
m_Scale: {x: 1, y: 1}
45+
m_Offset: {x: 0, y: 0}
46+
- _MetallicGlossMap:
47+
m_Texture: {fileID: 0}
48+
m_Scale: {x: 1, y: 1}
49+
m_Offset: {x: 0, y: 0}
50+
- _OcclusionMap:
51+
m_Texture: {fileID: 0}
52+
m_Scale: {x: 1, y: 1}
53+
m_Offset: {x: 0, y: 0}
54+
- _ParallaxMap:
55+
m_Texture: {fileID: 0}
56+
m_Scale: {x: 1, y: 1}
57+
m_Offset: {x: 0, y: 0}
58+
m_Floats:
59+
- _BumpScale: 1
60+
- _Cutoff: 0.5
61+
- _DetailNormalMapScale: 1
62+
- _DstBlend: 0
63+
- _GlossMapScale: 1
64+
- _Glossiness: 0.749
65+
- _GlossyReflections: 1
66+
- _MetaPassEmissiveBoost: 1.5
67+
- _Metallic: 0
68+
- _Mode: 0
69+
- _OcclusionStrength: 1
70+
- _Parallax: 0.02
71+
- _SmoothnessTextureChannel: 0
72+
- _SpecularHighlights: 1
73+
- _SrcBlend: 1
74+
- _UVSec: 0
75+
- _ZWrite: 1
76+
m_Colors:
77+
- _Color: {r: 0, g: 0, b: 0, a: 1}
78+
- _EmissionColor: {r: 1, g: 1, b: 1, a: 1}

Assets/USharpVideo/Materials/ExampleSceneScreen.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.

Assets/USharpVideo/Materials/VideoScreen.mat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Material:
99
m_PrefabAsset: {fileID: 0}
1010
m_Name: VideoScreen
1111
m_Shader: {fileID: 4800000, guid: 412ea878efbed224d97338aed34a773c, type: 3}
12-
m_ShaderKeywords: _EMISSION
12+
m_ShaderKeywords: _EMISSION _GLOSSYREFLECTIONS_OFF _SPECULARHIGHLIGHTS_OFF
1313
m_LightmapFlags: 1
1414
m_EnableInstancingVariants: 0
1515
m_DoubleSidedGI: 0
@@ -61,15 +61,15 @@ Material:
6161
- _DetailNormalMapScale: 1
6262
- _DstBlend: 0
6363
- _GlossMapScale: 1
64-
- _Glossiness: 0.749
65-
- _GlossyReflections: 1
64+
- _Glossiness: 0
65+
- _GlossyReflections: 0
6666
- _MetaPassEmissiveBoost: 1.5
6767
- _Metallic: 0
6868
- _Mode: 0
6969
- _OcclusionStrength: 1
7070
- _Parallax: 0.02
7171
- _SmoothnessTextureChannel: 0
72-
- _SpecularHighlights: 1
72+
- _SpecularHighlights: 0
7373
- _SrcBlend: 1
7474
- _UVSec: 0
7575
- _ZWrite: 1

Assets/USharpVideo/Materials/VideoScreen.mat.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)