Skip to content

Commit 9f093d6

Browse files
authored
package: upgrade minimum required Unity version to 2020.3 (#450)
* update package info * sync package info to test projects * update HDRP, builtin, URP project to 2020.3.38f1 * update project materials * update HDRP project settings * update URP asset * remove tests against 2019 * update IDE packages in test projects
1 parent d555e7a commit 9f093d6

38 files changed

Lines changed: 369 additions & 1361 deletions

.yamato/StreamingImageSequence.metafile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,6 @@ upm_ci_test_types:
5151
arguments: --enable-code-coverage --code-coverage-options 'generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.StreamingImageSequence,+Unity.StreamingImageSequence.Editor,-Unity.StreamingImageSequence.Tests,-Unity.StreamingImageSequence.EditorTests'
5252

5353
test_configs:
54-
- editor_version: 2019.4
55-
test_platforms:
56-
- platform_type: *platform_win
57-
test_type: *upm_ci_all
58-
- platform_type: *platform_mac
59-
test_type: *upm_ci_all
60-
- platform_type: *platform_linux
61-
test_type: *upm_ci_all
6254
- editor_version: 2020.3
6355
test_platforms:
6456
- platform_type: *platform_win

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.16.0-preview] - 2022-08-25
4+
5+
TBD
6+
37
## [0.15.3-preview] - 2022-05-19
48

59
### Changed

StreamingImageSequence_HDRP~/Assets/Scenes/PencilLineScene/DefaultPencilLineSceneMaterial.mat

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,19 @@ Material:
99
m_PrefabAsset: {fileID: 0}
1010
m_Name: DefaultPencilLineSceneMaterial
1111
m_Shader: {fileID: 4800000, guid: 6e4ae4064600d784cac1e41a9e6f2e59, type: 3}
12-
m_ShaderKeywords: _NORMALMAP_TANGENT_SPACE
12+
m_ShaderKeywords: _DISABLE_SSR_TRANSPARENT _NORMALMAP_TANGENT_SPACE
1313
m_LightmapFlags: 4
1414
m_EnableInstancingVariants: 0
1515
m_DoubleSidedGI: 0
16-
m_CustomRenderQueue: -1
16+
m_CustomRenderQueue: 2225
1717
stringTagMap: {}
1818
disabledShaderPasses:
1919
- DistortionVectors
2020
- MOTIONVECTORS
2121
- TransparentDepthPrepass
2222
- TransparentDepthPostpass
2323
- TransparentBackface
24+
- RayTracingPrepass
2425
m_SavedProperties:
2526
serializedVersion: 3
2627
m_TexEnvs:
@@ -108,6 +109,18 @@ Material:
108109
m_Texture: {fileID: 0}
109110
m_Scale: {x: 1, y: 1}
110111
m_Offset: {x: 0, y: 0}
112+
- unity_Lightmaps:
113+
m_Texture: {fileID: 0}
114+
m_Scale: {x: 1, y: 1}
115+
m_Offset: {x: 0, y: 0}
116+
- unity_LightmapsInd:
117+
m_Texture: {fileID: 0}
118+
m_Scale: {x: 1, y: 1}
119+
m_Offset: {x: 0, y: 0}
120+
- unity_ShadowMasks:
121+
m_Texture: {fileID: 0}
122+
m_Scale: {x: 1, y: 1}
123+
m_Offset: {x: 0, y: 0}
111124
m_Floats:
112125
- _AORemapMax: 1
113126
- _AORemapMin: 0
@@ -121,6 +134,8 @@ Material:
121134
- _AlphaCutoffShadow: 0.5
122135
- _AlphaDstBlend: 0
123136
- _AlphaSrcBlend: 1
137+
- _AlphaToMask: 0
138+
- _AlphaToMaskInspectorValue: 0
124139
- _Anisotropy: 0
125140
- _BlendMode: 0
126141
- _CoatMask: 0
@@ -177,14 +192,19 @@ Material:
177192
- _LinkDetailsWithBase: 1
178193
- _MaterialID: 1
179194
- _Metallic: 0
195+
- _MetallicRemapMax: 0
196+
- _MetallicRemapMin: 0
180197
- _NormalMapSpace: 0
181198
- _NormalScale: 1
199+
- _OpaqueCullMode: 2
182200
- _PPDLodThreshold: 5
183201
- _PPDMaxSamples: 15
184202
- _PPDMinSamples: 5
185203
- _PPDPrimitiveLength: 1
186204
- _PPDPrimitiveWidth: 1
205+
- _RayTracing: 0
187206
- _ReceivesSSR: 1
207+
- _ReceivesSSRTransparent: 0
188208
- _RefractionModel: 0
189209
- _SSRefractionProjectionModel: 0
190210
- _Smoothness: 0.5
@@ -245,6 +265,7 @@ Material:
245265
- _UVDetailsMappingMask: {r: 1, g: 0, b: 0, a: 0}
246266
- _UVMappingMask: {r: 1, g: 0, b: 0, a: 0}
247267
- _UVMappingMaskEmissive: {r: 1, g: 0, b: 0, a: 0}
268+
m_BuildTextureStacks: []
248269
--- !u!114 &9054255724682938791
249270
MonoBehaviour:
250271
m_ObjectHideFlags: 11
@@ -257,4 +278,4 @@ MonoBehaviour:
257278
m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3}
258279
m_Name:
259280
m_EditorClassIdentifier:
260-
version: 2
281+
version: 11

StreamingImageSequence_HDRP~/Assets/Scenes/RenderCacheScene/DefaultRenderCacheSceneMaterial.mat

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,19 @@ Material:
99
m_PrefabAsset: {fileID: 0}
1010
m_Name: DefaultRenderCacheSceneMaterial
1111
m_Shader: {fileID: 4800000, guid: 6e4ae4064600d784cac1e41a9e6f2e59, type: 3}
12-
m_ShaderKeywords: _NORMALMAP_TANGENT_SPACE
12+
m_ShaderKeywords: _DISABLE_SSR_TRANSPARENT _NORMALMAP_TANGENT_SPACE
1313
m_LightmapFlags: 4
1414
m_EnableInstancingVariants: 0
1515
m_DoubleSidedGI: 0
16-
m_CustomRenderQueue: -1
16+
m_CustomRenderQueue: 2225
1717
stringTagMap: {}
1818
disabledShaderPasses:
1919
- DistortionVectors
2020
- MOTIONVECTORS
2121
- TransparentDepthPrepass
2222
- TransparentDepthPostpass
2323
- TransparentBackface
24+
- RayTracingPrepass
2425
m_SavedProperties:
2526
serializedVersion: 3
2627
m_TexEnvs:
@@ -108,6 +109,18 @@ Material:
108109
m_Texture: {fileID: 0}
109110
m_Scale: {x: 1, y: 1}
110111
m_Offset: {x: 0, y: 0}
112+
- unity_Lightmaps:
113+
m_Texture: {fileID: 0}
114+
m_Scale: {x: 1, y: 1}
115+
m_Offset: {x: 0, y: 0}
116+
- unity_LightmapsInd:
117+
m_Texture: {fileID: 0}
118+
m_Scale: {x: 1, y: 1}
119+
m_Offset: {x: 0, y: 0}
120+
- unity_ShadowMasks:
121+
m_Texture: {fileID: 0}
122+
m_Scale: {x: 1, y: 1}
123+
m_Offset: {x: 0, y: 0}
111124
m_Floats:
112125
- _AORemapMax: 1
113126
- _AORemapMin: 0
@@ -121,6 +134,8 @@ Material:
121134
- _AlphaCutoffShadow: 0.5
122135
- _AlphaDstBlend: 0
123136
- _AlphaSrcBlend: 1
137+
- _AlphaToMask: 0
138+
- _AlphaToMaskInspectorValue: 0
124139
- _Anisotropy: 0
125140
- _BlendMode: 0
126141
- _CoatMask: 0
@@ -177,14 +192,19 @@ Material:
177192
- _LinkDetailsWithBase: 1
178193
- _MaterialID: 1
179194
- _Metallic: 0
195+
- _MetallicRemapMax: 0
196+
- _MetallicRemapMin: 0
180197
- _NormalMapSpace: 0
181198
- _NormalScale: 1
199+
- _OpaqueCullMode: 2
182200
- _PPDLodThreshold: 5
183201
- _PPDMaxSamples: 15
184202
- _PPDMinSamples: 5
185203
- _PPDPrimitiveLength: 1
186204
- _PPDPrimitiveWidth: 1
205+
- _RayTracing: 0
187206
- _ReceivesSSR: 1
207+
- _ReceivesSSRTransparent: 0
188208
- _RefractionModel: 0
189209
- _SSRefractionProjectionModel: 0
190210
- _Smoothness: 0.5
@@ -245,6 +265,7 @@ Material:
245265
- _UVDetailsMappingMask: {r: 1, g: 0, b: 0, a: 0}
246266
- _UVMappingMask: {r: 1, g: 0, b: 0, a: 0}
247267
- _UVMappingMaskEmissive: {r: 1, g: 0, b: 0, a: 0}
268+
m_BuildTextureStacks: []
248269
--- !u!114 &5412703025732122434
249270
MonoBehaviour:
250271
m_ObjectHideFlags: 11
@@ -257,4 +278,4 @@ MonoBehaviour:
257278
m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3}
258279
m_Name:
259280
m_EditorClassIdentifier:
260-
version: 2
281+
version: 11

StreamingImageSequence_HDRP~/Assets/Scenes/RenderCacheScene/RenderOutputPlaneMaterial.mat

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Material:
99
m_PrefabAsset: {fileID: 0}
1010
m_Name: RenderOutputPlaneMaterial
1111
m_Shader: {fileID: 4800000, guid: c4edd00ff2db5b24391a4fcb1762e459, type: 3}
12-
m_ShaderKeywords: _NORMALMAP_TANGENT_SPACE
12+
m_ShaderKeywords:
1313
m_LightmapFlags: 4
1414
m_EnableInstancingVariants: 0
1515
m_DoubleSidedGI: 0
@@ -122,6 +122,8 @@ Material:
122122
- _AlphaCutoffShadow: 0.5
123123
- _AlphaDstBlend: 0
124124
- _AlphaSrcBlend: 1
125+
- _AlphaToMask: 0
126+
- _AlphaToMaskInspectorValue: 0
125127
- _Anisotropy: 0
126128
- _BlendMode: 0
127129
- _CoatMask: 0
@@ -182,6 +184,7 @@ Material:
182184
- _Metallic: 0
183185
- _NormalMapSpace: 0
184186
- _NormalScale: 1
187+
- _OpaqueCullMode: 2
185188
- _PPDLodThreshold: 5
186189
- _PPDMaxSamples: 15
187190
- _PPDMinSamples: 5
@@ -208,7 +211,6 @@ Material:
208211
- _StencilWriteMaskGBuffer: 14
209212
- _StencilWriteMaskMV: 40
210213
- _SubsurfaceMask: 1
211-
- _SupportDecals: 1
212214
- _SurfaceType: 0
213215
- _TexWorldScale: 1
214216
- _TexWorldScaleEmissive: 1
@@ -234,7 +236,7 @@ Material:
234236
m_Colors:
235237
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}
236238
- _BaseColorMap_MipInfo: {r: 0, g: 0, b: 0, a: 0}
237-
- _Color: {r: 0, g: 0, b: 0, a: 1}
239+
- _Color: {r: 1, g: 1, b: 1, a: 1}
238240
- _DiffusionProfileAsset: {r: 0, g: 0, b: 0, a: 0}
239241
- _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0}
240242
- _EmissionColor: {r: 1, g: 1, b: 1, a: 1}
@@ -250,6 +252,7 @@ Material:
250252
- _UVMappingMaskEmissive: {r: 1, g: 0, b: 0, a: 0}
251253
- _UnlitColor: {r: 1, g: 1, b: 1, a: 1}
252254
- _UnlitColorMap_MipInfo: {r: 0, g: 0, b: 0, a: 0}
255+
m_BuildTextureStacks: []
253256
--- !u!114 &4770291479840831570
254257
MonoBehaviour:
255258
m_ObjectHideFlags: 11
@@ -262,4 +265,4 @@ MonoBehaviour:
262265
m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3}
263266
m_Name:
264267
m_EditorClassIdentifier:
265-
version: 2
268+
version: 11

StreamingImageSequence_HDRP~/Assets/Scenes/ShortScene/DefaultShortSceneMaterial.mat

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,19 @@ Material:
99
m_PrefabAsset: {fileID: 0}
1010
m_Name: DefaultShortSceneMaterial
1111
m_Shader: {fileID: 4800000, guid: 6e4ae4064600d784cac1e41a9e6f2e59, type: 3}
12-
m_ShaderKeywords: _NORMALMAP_TANGENT_SPACE
12+
m_ShaderKeywords: _DISABLE_SSR_TRANSPARENT _NORMALMAP_TANGENT_SPACE
1313
m_LightmapFlags: 4
1414
m_EnableInstancingVariants: 0
1515
m_DoubleSidedGI: 0
16-
m_CustomRenderQueue: -1
16+
m_CustomRenderQueue: 2225
1717
stringTagMap: {}
1818
disabledShaderPasses:
1919
- DistortionVectors
2020
- MOTIONVECTORS
2121
- TransparentDepthPrepass
2222
- TransparentDepthPostpass
2323
- TransparentBackface
24+
- RayTracingPrepass
2425
m_SavedProperties:
2526
serializedVersion: 3
2627
m_TexEnvs:
@@ -108,6 +109,18 @@ Material:
108109
m_Texture: {fileID: 0}
109110
m_Scale: {x: 1, y: 1}
110111
m_Offset: {x: 0, y: 0}
112+
- unity_Lightmaps:
113+
m_Texture: {fileID: 0}
114+
m_Scale: {x: 1, y: 1}
115+
m_Offset: {x: 0, y: 0}
116+
- unity_LightmapsInd:
117+
m_Texture: {fileID: 0}
118+
m_Scale: {x: 1, y: 1}
119+
m_Offset: {x: 0, y: 0}
120+
- unity_ShadowMasks:
121+
m_Texture: {fileID: 0}
122+
m_Scale: {x: 1, y: 1}
123+
m_Offset: {x: 0, y: 0}
111124
m_Floats:
112125
- _AORemapMax: 1
113126
- _AORemapMin: 0
@@ -121,6 +134,8 @@ Material:
121134
- _AlphaCutoffShadow: 0.5
122135
- _AlphaDstBlend: 0
123136
- _AlphaSrcBlend: 1
137+
- _AlphaToMask: 0
138+
- _AlphaToMaskInspectorValue: 0
124139
- _Anisotropy: 0
125140
- _BlendMode: 0
126141
- _CoatMask: 0
@@ -177,14 +192,19 @@ Material:
177192
- _LinkDetailsWithBase: 1
178193
- _MaterialID: 1
179194
- _Metallic: 0
195+
- _MetallicRemapMax: 0
196+
- _MetallicRemapMin: 0
180197
- _NormalMapSpace: 0
181198
- _NormalScale: 1
199+
- _OpaqueCullMode: 2
182200
- _PPDLodThreshold: 5
183201
- _PPDMaxSamples: 15
184202
- _PPDMinSamples: 5
185203
- _PPDPrimitiveLength: 1
186204
- _PPDPrimitiveWidth: 1
205+
- _RayTracing: 0
187206
- _ReceivesSSR: 1
207+
- _ReceivesSSRTransparent: 0
188208
- _RefractionModel: 0
189209
- _SSRefractionProjectionModel: 0
190210
- _Smoothness: 0.5
@@ -245,6 +265,7 @@ Material:
245265
- _UVDetailsMappingMask: {r: 1, g: 0, b: 0, a: 0}
246266
- _UVMappingMask: {r: 1, g: 0, b: 0, a: 0}
247267
- _UVMappingMaskEmissive: {r: 1, g: 0, b: 0, a: 0}
268+
m_BuildTextureStacks: []
248269
--- !u!114 &5331429815490313155
249270
MonoBehaviour:
250271
m_ObjectHideFlags: 11
@@ -257,4 +278,4 @@ MonoBehaviour:
257278
m_Script: {fileID: 11500000, guid: da692e001514ec24dbc4cca1949ff7e8, type: 3}
258279
m_Name:
259280
m_EditorClassIdentifier:
260-
version: 2
281+
version: 11

0 commit comments

Comments
 (0)