File tree Expand file tree Collapse file tree 2 files changed +27
-3
lines changed Expand file tree Collapse file tree 2 files changed +27
-3
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,10 @@ Material:
128
128
m_Texture : {fileID: 0}
129
129
m_Scale : {x: 1, y: 1}
130
130
m_Offset : {x: 0, y: 0}
131
+ - _TransmissionMaskMap :
132
+ m_Texture : {fileID: 0}
133
+ m_Scale : {x: 1, y: 1}
134
+ m_Offset : {x: 0, y: 0}
131
135
- _TransmittanceColorMap :
132
136
m_Texture : {fileID: 0}
133
137
m_Scale : {x: 1, y: 1}
@@ -157,6 +161,8 @@ Material:
157
161
- _AlphaCutoffPrepass : 0.5
158
162
- _AlphaCutoffShadow : 0.5
159
163
- _AlphaDstBlend : 0
164
+ - _AlphaRemapMax : 1
165
+ - _AlphaRemapMin : 0
160
166
- _AlphaSrcBlend : 1
161
167
- _AlphaToMask : 0
162
168
- _AlphaToMaskInspectorValue : 0
@@ -222,6 +228,8 @@ Material:
222
228
- _MetallicRemapMin : 0
223
229
- _NormalMapSpace : 0
224
230
- _NormalScale : 1
231
+ - _ObjectSpaceUVMapping : 0
232
+ - _ObjectSpaceUVMappingEmissive : 0
225
233
- _OpaqueCullMode : 2
226
234
- _PPDLodThreshold : 5
227
235
- _PPDMaxSamples : 15
@@ -245,17 +253,18 @@ Material:
245
253
- _StencilRefGBuffer : 10
246
254
- _StencilRefMV : 40
247
255
- _StencilWriteMask : 6
248
- - _StencilWriteMaskDepth : 8
256
+ - _StencilWriteMaskDepth : 9
249
257
- _StencilWriteMaskDistortionVec : 4
250
- - _StencilWriteMaskGBuffer : 14
251
- - _StencilWriteMaskMV : 40
258
+ - _StencilWriteMaskGBuffer : 15
259
+ - _StencilWriteMaskMV : 41
252
260
- _SubsurfaceMask : 1
253
261
- _SupportDecals : 1
254
262
- _SurfaceType : 0
255
263
- _TexWorldScale : 1
256
264
- _TexWorldScaleEmissive : 1
257
265
- _Thickness : 1
258
266
- _TransmissionEnable : 1
267
+ - _TransmissionMask : 1
259
268
- _TransparentBackfaceEnable : 0
260
269
- _TransparentCullMode : 2
261
270
- _TransparentDepthPostpassEnable : 0
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ GameObject:
92
92
serializedVersion : 6
93
93
m_Component :
94
94
- component : {fileID: 7359349221216736378}
95
+ - component : {fileID: 5334748073631674742}
95
96
m_Layer : 0
96
97
m_Name : Ball
97
98
m_TagString : Untagged
@@ -115,3 +116,17 @@ Transform:
115
116
m_Father : {fileID: 0}
116
117
m_RootOrder : 0
117
118
m_LocalEulerAnglesHint : {x: 0, y: 0, z: 0}
119
+ --- !u!114 &5334748073631674742
120
+ MonoBehaviour :
121
+ m_ObjectHideFlags : 0
122
+ m_CorrespondingSourceObject : {fileID: 0}
123
+ m_PrefabInstance : {fileID: 0}
124
+ m_PrefabAsset : {fileID: 0}
125
+ m_GameObject : {fileID: 7581969690477629512}
126
+ m_Enabled : 1
127
+ m_EditorHideFlags : 0
128
+ m_Script : {fileID: 11500000, guid: a04fca20ce2246b9abf456441b587efd, type: 3}
129
+ m_Name :
130
+ m_EditorClassIdentifier :
131
+ Radius : 25
132
+ Mass : 1
You can’t perform that action at this time.
0 commit comments