Skip to content

Commit 6d6d2a9

Browse files
Pandeliifreezy
authored andcommitted
Material updates and bulb adjustments
Added representation of lit filament. Updated various materials, added new emissive shader that works with SSGI. Added new diffusion profile. Added translucent variants of plastics.
1 parent 5a13dd8 commit 6d6d2a9

25 files changed

+2777
-57
lines changed
Lines changed: 303 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,303 @@
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: Plastic - Translucent Blue
11+
m_Shader: {fileID: 4800000, guid: 6e4ae4064600d784cac1e41a9e6f2e59, type: 3}
12+
m_ShaderKeywords: _DISABLE_SSR_TRANSPARENT _DOUBLESIDED_ON _MAPPING_TRIPLANAR _MASKMAP
13+
_MATERIAL_FEATURE_TRANSMISSION _NORMALMAP _NORMALMAP_TANGENT_SPACE
14+
m_LightmapFlags: 4
15+
m_EnableInstancingVariants: 1
16+
m_DoubleSidedGI: 1
17+
m_CustomRenderQueue: 2225
18+
stringTagMap: {}
19+
disabledShaderPasses:
20+
- DistortionVectors
21+
- MOTIONVECTORS
22+
- RayTracingPrepass
23+
- TransparentDepthPrepass
24+
- ForwardEmissiveForDeferred
25+
- TransparentDepthPostpass
26+
- TransparentBackface
27+
m_SavedProperties:
28+
serializedVersion: 3
29+
m_TexEnvs:
30+
- _AnisotropyMap:
31+
m_Texture: {fileID: 0}
32+
m_Scale: {x: 1, y: 1}
33+
m_Offset: {x: 0, y: 0}
34+
- _BaseColorMap:
35+
m_Texture: {fileID: 0}
36+
m_Scale: {x: 1, y: 1}
37+
m_Offset: {x: 0, y: 0}
38+
- _BentNormalMap:
39+
m_Texture: {fileID: 0}
40+
m_Scale: {x: 1, y: 1}
41+
m_Offset: {x: 0, y: 0}
42+
- _BentNormalMapOS:
43+
m_Texture: {fileID: 0}
44+
m_Scale: {x: 1, y: 1}
45+
m_Offset: {x: 0, y: 0}
46+
- _CoatMaskMap:
47+
m_Texture: {fileID: 0}
48+
m_Scale: {x: 1, y: 1}
49+
m_Offset: {x: 0, y: 0}
50+
- _DetailMap:
51+
m_Texture: {fileID: 0}
52+
m_Scale: {x: 1, y: 1}
53+
m_Offset: {x: 0, y: 0}
54+
- _DistortionVectorMap:
55+
m_Texture: {fileID: 0}
56+
m_Scale: {x: 1, y: 1}
57+
m_Offset: {x: 0, y: 0}
58+
- _EmissiveColorMap:
59+
m_Texture: {fileID: 0}
60+
m_Scale: {x: 1, y: 1}
61+
m_Offset: {x: 0, y: 0}
62+
- _HeightMap:
63+
m_Texture: {fileID: 0}
64+
m_Scale: {x: 1, y: 1}
65+
m_Offset: {x: 0, y: 0}
66+
- _IridescenceMaskMap:
67+
m_Texture: {fileID: 0}
68+
m_Scale: {x: 1, y: 1}
69+
m_Offset: {x: 0, y: 0}
70+
- _IridescenceThicknessMap:
71+
m_Texture: {fileID: 0}
72+
m_Scale: {x: 1, y: 1}
73+
m_Offset: {x: 0, y: 0}
74+
- _MainTex:
75+
m_Texture: {fileID: 0}
76+
m_Scale: {x: 1, y: 1}
77+
m_Offset: {x: 0, y: 0}
78+
- _MaskMap:
79+
m_Texture: {fileID: 2800000, guid: a0fe967e48020ed45ab897835d2fd21c, type: 3}
80+
m_Scale: {x: 1, y: 1}
81+
m_Offset: {x: 0, y: 0}
82+
- _NormalMap:
83+
m_Texture: {fileID: 2800000, guid: 72063170e4014424993ec0af98652899, type: 3}
84+
m_Scale: {x: 1, y: 1}
85+
m_Offset: {x: 0, y: 0}
86+
- _NormalMapOS:
87+
m_Texture: {fileID: 0}
88+
m_Scale: {x: 1, y: 1}
89+
m_Offset: {x: 0, y: 0}
90+
- _SpecularColorMap:
91+
m_Texture: {fileID: 0}
92+
m_Scale: {x: 1, y: 1}
93+
m_Offset: {x: 0, y: 0}
94+
- _SubsurfaceMaskMap:
95+
m_Texture: {fileID: 0}
96+
m_Scale: {x: 1, y: 1}
97+
m_Offset: {x: 0, y: 0}
98+
- _TangentMap:
99+
m_Texture: {fileID: 0}
100+
m_Scale: {x: 1, y: 1}
101+
m_Offset: {x: 0, y: 0}
102+
- _TangentMapOS:
103+
m_Texture: {fileID: 0}
104+
m_Scale: {x: 1, y: 1}
105+
m_Offset: {x: 0, y: 0}
106+
- _ThicknessMap:
107+
m_Texture: {fileID: 0}
108+
m_Scale: {x: 1, y: 1}
109+
m_Offset: {x: 0, y: 0}
110+
- _TransmittanceColorMap:
111+
m_Texture: {fileID: 0}
112+
m_Scale: {x: 1, y: 1}
113+
m_Offset: {x: 0, y: 0}
114+
- unity_Lightmaps:
115+
m_Texture: {fileID: 0}
116+
m_Scale: {x: 1, y: 1}
117+
m_Offset: {x: 0, y: 0}
118+
- unity_LightmapsInd:
119+
m_Texture: {fileID: 0}
120+
m_Scale: {x: 1, y: 1}
121+
m_Offset: {x: 0, y: 0}
122+
- unity_ShadowMasks:
123+
m_Texture: {fileID: 0}
124+
m_Scale: {x: 1, y: 1}
125+
m_Offset: {x: 0, y: 0}
126+
m_Ints: []
127+
m_Floats:
128+
- _AORemapMax: 0.99999994
129+
- _AORemapMin: 0.99999994
130+
- _ATDistance: 0.36
131+
- _AddPrecomputedVelocity: 0
132+
- _AlbedoAffectEmissive: 0
133+
- _AlphaCutoff: 0.5
134+
- _AlphaCutoffEnable: 0
135+
- _AlphaCutoffPostpass: 0.5
136+
- _AlphaCutoffPrepass: 0.5
137+
- _AlphaCutoffShadow: 0.5
138+
- _AlphaDstBlend: 0
139+
- _AlphaSrcBlend: 1
140+
- _AlphaToMask: 0
141+
- _AlphaToMaskInspectorValue: 0
142+
- _Anisotropy: 0
143+
- _BlendMode: 0
144+
- _CoatMask: 0
145+
- _CullMode: 0
146+
- _CullModeForward: 0
147+
- _Cutoff: 0.5
148+
- _DepthOffsetEnable: 0
149+
- _DetailAlbedoScale: 1
150+
- _DetailNormalScale: 1
151+
- _DetailSmoothnessScale: 1
152+
- _DiffusionProfile: 0
153+
- _DiffusionProfileHash: 3.4246027
154+
- _DisplacementLockObjectScale: 1
155+
- _DisplacementLockTilingScale: 1
156+
- _DisplacementMode: 0
157+
- _DistortionBlendMode: 0
158+
- _DistortionBlurBlendMode: 0
159+
- _DistortionBlurDstBlend: 1
160+
- _DistortionBlurRemapMax: 1
161+
- _DistortionBlurRemapMin: 0
162+
- _DistortionBlurScale: 1
163+
- _DistortionBlurSrcBlend: 1
164+
- _DistortionDepthTest: 1
165+
- _DistortionDstBlend: 1
166+
- _DistortionEnable: 0
167+
- _DistortionScale: 1
168+
- _DistortionSrcBlend: 1
169+
- _DistortionVectorBias: -1
170+
- _DistortionVectorScale: 2
171+
- _DoubleSidedEnable: 1
172+
- _DoubleSidedGIMode: 1
173+
- _DoubleSidedNormalMode: 1
174+
- _DstBlend: 0
175+
- _EmissiveColorMode: 1
176+
- _EmissiveExposureWeight: 1
177+
- _EmissiveIntensity: 1
178+
- _EmissiveIntensityUnit: 0
179+
- _EnableBlendModePreserveSpecularLighting: 1
180+
- _EnableFogOnTransparent: 0
181+
- _EnableGeometricSpecularAA: 0
182+
- _EnergyConservingSpecularColor: 1
183+
- _ForceForwardEmissive: 0
184+
- _HeightAmplitude: 0.02
185+
- _HeightCenter: 0.5
186+
- _HeightMapParametrization: 0
187+
- _HeightMax: 1
188+
- _HeightMin: -1
189+
- _HeightOffset: 0
190+
- _HeightPoMAmplitude: 2
191+
- _HeightTessAmplitude: 2
192+
- _HeightTessCenter: 0.5
193+
- _InvTilingScale: 0.17211704
194+
- _Ior: 1.463
195+
- _IridescenceMask: 1
196+
- _IridescenceThickness: 1
197+
- _LinkDetailsWithBase: 1
198+
- _MaterialID: 5
199+
- _Metallic: 0
200+
- _MetallicRemapMax: 0
201+
- _MetallicRemapMin: 0
202+
- _NormalMapSpace: 0
203+
- _NormalScale: 1
204+
- _OpaqueCullMode: 2
205+
- _PPDLodThreshold: 5
206+
- _PPDMaxSamples: 15
207+
- _PPDMinSamples: 5
208+
- _PPDPrimitiveLength: 1
209+
- _PPDPrimitiveWidth: 1
210+
- _RayTracing: 0
211+
- _ReceivesSSR: 1
212+
- _ReceivesSSRTransparent: 0
213+
- _RefractionModel: 1
214+
- _Smoothness: 0.933
215+
- _SmoothnessRemapMax: 1
216+
- _SmoothnessRemapMin: 0
217+
- _SpecularAAScreenSpaceVariance: 0.1
218+
- _SpecularAAThreshold: 0.2
219+
- _SpecularOcclusionMode: 1
220+
- _SrcBlend: 1
221+
- _StencilRef: 0
222+
- _StencilRefDepth: 8
223+
- _StencilRefDistortionVec: 4
224+
- _StencilRefGBuffer: 10
225+
- _StencilRefMV: 40
226+
- _StencilWriteMask: 6
227+
- _StencilWriteMaskDepth: 8
228+
- _StencilWriteMaskDistortionVec: 4
229+
- _StencilWriteMaskGBuffer: 14
230+
- _StencilWriteMaskMV: 40
231+
- _SubsurfaceMask: 1
232+
- _SupportDecals: 1
233+
- _SurfaceType: 0
234+
- _TexWorldScale: 5.81
235+
- _TexWorldScaleEmissive: 1
236+
- _Thickness: 0.119
237+
- _TransmissionEnable: 1
238+
- _TransparentBackfaceEnable: 1
239+
- _TransparentCullMode: 2
240+
- _TransparentDepthPostpassEnable: 1
241+
- _TransparentDepthPrepassEnable: 0
242+
- _TransparentSortPriority: 0
243+
- _TransparentWritingMotionVec: 1
244+
- _TransparentZWrite: 0
245+
- _UVBase: 5
246+
- _UVDetail: 0
247+
- _UVEmissive: 0
248+
- _UseEmissiveIntensity: 0
249+
- _UseShadowThreshold: 0
250+
- _ZTestDepthEqualForOpaque: 3
251+
- _ZTestGBuffer: 4
252+
- _ZTestModeDistortion: 4
253+
- _ZTestTransparent: 4
254+
- _ZWrite: 1
255+
m_Colors:
256+
- _BaseColor: {r: 0.205589, g: 0.4651988, b: 0.8490566, a: 0.34117648}
257+
- _BaseColorMap_MipInfo: {r: 0, g: 0, b: 0, a: 0}
258+
- _Color: {r: 0.20558897, g: 0.4651988, b: 0.8490566, a: 0.34117648}
259+
- _DiffusionProfileAsset: {r: -0.0000002944366, g: -1.05602544e-26, b: 1.0560519e-32, a: -340053.53}
260+
- _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0}
261+
- _EmissionColor: {r: 1, g: 1, b: 1, a: 1}
262+
- _EmissiveColor: {r: 0, g: 0, b: 0, a: 1}
263+
- _EmissiveColorLDR: {r: 0, g: 0, b: 0, a: 1}
264+
- _InvPrimScale: {r: 1, g: 1, b: 0, a: 0}
265+
- _IridescenceThicknessRemap: {r: 0, g: 1, b: 0, a: 0}
266+
- _SpecularColor: {r: 1, g: 1, b: 1, a: 1}
267+
- _ThicknessRemap: {r: 0, g: 1, b: 0, a: 0}
268+
- _TransmittanceColor: {r: 0.091152035, g: 0.396854, b: 0.84400004, a: 1}
269+
- _UVDetailsMappingMask: {r: 1, g: 0, b: 0, a: 0}
270+
- _UVMappingMask: {r: 0, g: 0, b: 0, a: 0}
271+
- _UVMappingMaskEmissive: {r: 1, g: 0, b: 0, a: 0}
272+
m_BuildTextureStacks: []
273+
--- !u!114 &5688198111047547604
274+
MonoBehaviour:
275+
m_ObjectHideFlags: 11
276+
m_CorrespondingSourceObject: {fileID: 0}
277+
m_PrefabInstance: {fileID: 0}
278+
m_PrefabAsset: {fileID: 0}
279+
m_GameObject: {fileID: 0}
280+
m_Enabled: 1
281+
m_EditorHideFlags: 0
282+
m_Script: {fileID: 11500000, guid: aa486462e6be1764e89c788ba30e61f7, type: 3}
283+
m_Name:
284+
m_EditorClassIdentifier:
285+
m_DiffusionProfileReferences:
286+
- {fileID: 11400000, guid: 0f139eb4da2a51945a555b0ab10aa6c8, type: 2}
287+
m_MaterialReferences: []
288+
--- !u!114 &5763787101516623937
289+
MonoBehaviour:
290+
m_ObjectHideFlags: 11
291+
m_CorrespondingSourceObject: {fileID: 0}
292+
m_PrefabInstance: {fileID: 0}
293+
m_PrefabAsset: {fileID: 0}
294+
m_GameObject: {fileID: 0}
295+
m_Enabled: 1
296+
m_EditorHideFlags: 0
297+
m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3}
298+
m_Name:
299+
m_EditorClassIdentifier:
300+
version: 12
301+
hdPluginSubTargetMaterialVersions:
302+
m_Keys: []
303+
m_Values:

Assets/Art/Materials/Default/Plastic/HardTranslucent/Plastic - Translucent Blue.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)