Skip to content

Commit 9c17d3d

Browse files
committed
fixed sun flare when swtiching to pbs sky, cleaned up global volume
1 parent 04f7610 commit 9c17d3d

36 files changed

+172
-75
lines changed

com.unity.template-hd/Assets/Animations/CinematicsTimeline.playable

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2182,7 +2182,25 @@ MonoBehaviour:
21822182
m_RotationOrder: 4
21832183
m_MixOutCurve:
21842184
serializedVersion: 2
2185-
m_Curve: []
2185+
m_Curve:
2186+
- serializedVersion: 3
2187+
time: 0
2188+
value: 1
2189+
inSlope: 0
2190+
outSlope: 0
2191+
tangentMode: 0
2192+
weightedMode: 0
2193+
inWeight: 0
2194+
outWeight: 0
2195+
- serializedVersion: 3
2196+
time: 1
2197+
value: 0
2198+
inSlope: 0
2199+
outSlope: 0
2200+
tangentMode: 0
2201+
weightedMode: 0
2202+
inWeight: 0
2203+
outWeight: 0
21862204
m_PreInfinity: 2
21872205
m_PostInfinity: 2
21882206
m_RotationOrder: 4
@@ -2209,7 +2227,25 @@ MonoBehaviour:
22092227
m_BlendOutDuration: -1
22102228
m_MixInCurve:
22112229
serializedVersion: 2
2212-
m_Curve: []
2230+
m_Curve:
2231+
- serializedVersion: 3
2232+
time: 0
2233+
value: 0
2234+
inSlope: 0
2235+
outSlope: 0
2236+
tangentMode: 0
2237+
weightedMode: 0
2238+
inWeight: 0
2239+
outWeight: 0
2240+
- serializedVersion: 3
2241+
time: 1
2242+
value: 1
2243+
inSlope: 0
2244+
outSlope: 0
2245+
tangentMode: 0
2246+
weightedMode: 0
2247+
inWeight: 0
2248+
outWeight: 0
22132249
m_PreInfinity: 2
22142250
m_PostInfinity: 2
22152251
m_RotationOrder: 4

com.unity.template-hd/Assets/Art/Materials/General/Aluminium_Mat.mat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,4 +277,4 @@ MonoBehaviour:
277277
m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3}
278278
m_Name:
279279
m_EditorClassIdentifier:
280-
version: 9
280+
version: 10

com.unity.template-hd/Assets/Art/Materials/General/Bamboo_A.mat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,4 @@ MonoBehaviour:
281281
m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3}
282282
m_Name:
283283
m_EditorClassIdentifier:
284-
version: 9
284+
version: 10

com.unity.template-hd/Assets/Art/Materials/General/Bamboo_Leaf_A.mat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MonoBehaviour:
1212
m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3}
1313
m_Name:
1414
m_EditorClassIdentifier:
15-
version: 9
15+
version: 10
1616
--- !u!21 &2100000
1717
Material:
1818
serializedVersion: 6

com.unity.template-hd/Assets/Art/Materials/General/Brass_Mat.mat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,4 +278,4 @@ MonoBehaviour:
278278
m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3}
279279
m_Name:
280280
m_EditorClassIdentifier:
281-
version: 9
281+
version: 10

com.unity.template-hd/Assets/Art/Materials/General/Bush_01_Mat.mat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,4 +548,4 @@ MonoBehaviour:
548548
m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3}
549549
m_Name:
550550
m_EditorClassIdentifier:
551-
version: 9
551+
version: 10

com.unity.template-hd/Assets/Art/Materials/General/Collision_Mat.mat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,4 +264,4 @@ MonoBehaviour:
264264
m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3}
265265
m_Name:
266266
m_EditorClassIdentifier:
267-
version: 9
267+
version: 10

com.unity.template-hd/Assets/Art/Materials/General/ConcreteCyan_Mat.mat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MonoBehaviour:
1212
m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3}
1313
m_Name:
1414
m_EditorClassIdentifier:
15-
version: 9
15+
version: 10
1616
--- !u!21 &2100000
1717
Material:
1818
serializedVersion: 6

com.unity.template-hd/Assets/Art/Materials/General/ConcreteHoles_Mat.mat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MonoBehaviour:
1212
m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3}
1313
m_Name:
1414
m_EditorClassIdentifier:
15-
version: 9
15+
version: 10
1616
--- !u!21 &2100000
1717
Material:
1818
serializedVersion: 6

com.unity.template-hd/Assets/Art/Materials/General/ConcreteMatteGrey_Mat.mat

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MonoBehaviour:
1212
m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3}
1313
m_Name:
1414
m_EditorClassIdentifier:
15-
version: 9
15+
version: 10
1616
--- !u!21 &2100000
1717
Material:
1818
serializedVersion: 6
@@ -122,6 +122,18 @@ Material:
122122
m_Texture: {fileID: 0}
123123
m_Scale: {x: 1, y: 1}
124124
m_Offset: {x: 0, y: 0}
125+
- unity_Lightmaps:
126+
m_Texture: {fileID: 0}
127+
m_Scale: {x: 1, y: 1}
128+
m_Offset: {x: 0, y: 0}
129+
- unity_LightmapsInd:
130+
m_Texture: {fileID: 0}
131+
m_Scale: {x: 1, y: 1}
132+
m_Offset: {x: 0, y: 0}
133+
- unity_ShadowMasks:
134+
m_Texture: {fileID: 0}
135+
m_Scale: {x: 1, y: 1}
136+
m_Offset: {x: 0, y: 0}
125137
m_Floats:
126138
- _AORemapMax: 1
127139
- _AORemapMin: 0

0 commit comments

Comments
 (0)