Skip to content

Commit 73bb7a0

Browse files
Fixed runtime test for Yamato (#177)
* Revert "Hdrp/runtimetests/ps4 fix (#129)" This reverts commit 6fa52ab. * Update runtime test to use way less memory to be able to run on console * Fixed screenshots and test
1 parent cc673a2 commit 73bb7a0

File tree

84 files changed

+7199
-1742
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+7199
-1742
lines changed

TestProjects/HDRP_RuntimeTests/Assets/Common/HDRPAsset.asset

Lines changed: 37 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MonoBehaviour:
1212
m_Script: {fileID: 11500000, guid: 0cf1dab834d4ec34195b920ea7bbf9ec, type: 3}
1313
m_Name: HDRPAsset
1414
m_EditorClassIdentifier:
15-
m_Version: 14
15+
m_Version: 15
1616
m_ObsoleteFrameSettings:
1717
overrides: 0
1818
enableShadow: 0
@@ -156,45 +156,57 @@ MonoBehaviour:
156156
m_DefaultLookDevProfile: {fileID: 0}
157157
m_RenderingPathDefaultCameraFrameSettings:
158158
bitDatas:
159-
data1: 70282844831580
159+
data1: 140651589009244
160160
data2: 4539628425463136256
161161
lodBias: 1
162162
lodBiasMode: 0
163163
lodBiasQualityLevel: 0
164164
maximumLODLevel: 0
165165
maximumLODLevelMode: 0
166166
maximumLODLevelQualityLevel: 0
167+
sssQualityMode: 0
168+
sssQualityLevel: 0
169+
sssCustomSampleBudget: 20
167170
materialQuality: 0
168171
m_RenderingPathDefaultBakedOrCustomReflectionFrameSettings:
169172
bitDatas:
170-
data1: 64942043591453
173+
data1: 135310787769117
171174
data2: 4539628424389459968
172175
lodBias: 1
173176
lodBiasMode: 0
174177
lodBiasQualityLevel: 0
175178
maximumLODLevel: 0
176179
maximumLODLevelMode: 0
177180
maximumLODLevelQualityLevel: 0
181+
sssQualityMode: 0
182+
sssQualityLevel: 0
183+
sssCustomSampleBudget: 20
178184
materialQuality: 0
179185
m_RenderingPathDefaultRealtimeReflectionFrameSettings:
180186
bitDatas:
181-
data1: 69692120112925
187+
data1: 140060864290589
182188
data2: 4539628424657895424
183189
lodBias: 1
184190
lodBiasMode: 0
185191
lodBiasQualityLevel: 0
186192
maximumLODLevel: 0
187193
maximumLODLevelMode: 0
188194
maximumLODLevelQualityLevel: 0
195+
sssQualityMode: 0
196+
sssQualityLevel: 0
197+
sssCustomSampleBudget: 20
189198
materialQuality: 0
190199
m_RenderPipelineSettings:
191200
supportShadowMask: 1
192201
supportSSR: 1
202+
supportSSRTransparent: 0
193203
supportSSAO: 1
194204
supportSubsurfaceScattering: 1
195-
increaseSssSampleCount: 0
205+
sssSampleBudget:
206+
m_Values: 140000002800000050000000
207+
m_SchemaId:
208+
m_Id: With3Levels
196209
supportVolumetrics: 1
197-
increaseResolutionOfVolumetrics: 0
198210
supportLightLayers: 0
199211
lightLayerName0: Light Layer default
200212
lightLayerName1: Light Layer 1
@@ -213,22 +225,29 @@ MonoBehaviour:
213225
customBufferFormat: 12
214226
supportedLitShaderMode: 3
215227
supportDecals: 1
216-
msaaSampleCount: 8
228+
msaaSampleCount: 2
217229
supportMotionVectors: 1
218230
supportRuntimeDebugDisplay: 0
219231
supportDitheringCrossFade: 0
220232
supportTerrainHole: 0
233+
supportProbeVolume: 0
221234
supportRayTracing: 0
235+
supportedRayTracingMode: 3
236+
probeVolumeSettings:
237+
atlasWidth: 128
238+
atlasHeight: 128
239+
atlasDepth: 512
240+
atlasOctahedralDepthWidth: 2048
241+
atlasOctahedralDepthHeight: 2048
222242
lightLoopSettings:
223-
cookieAtlasSize: 2048
243+
cookieAtlasSize: 1024
224244
cookieFormat: 74
225245
pointCookieSize: 128
226-
cubeCookieTexArraySize: 16
227-
cookieTexArraySize: 16
246+
cubeCookieTexArraySize: 4
228247
cookieAtlasLastValidMip: 0
229-
cookieAreaTextureArraySize: 16
230-
planarReflectionAtlasSize: 8192
231-
reflectionProbeCacheSize: 64
248+
cookieTexArraySize: 16
249+
planarReflectionAtlasSize: 1024
250+
reflectionProbeCacheSize: 16
232251
reflectionCubemapSize: 256
233252
reflectionCacheCompressed: 0
234253
planarReflectionCacheCompressed: 0
@@ -242,9 +261,9 @@ MonoBehaviour:
242261
maxAreaLightsOnScreen: 64
243262
maxEnvLightsOnScreen: 64
244263
maxDecalsOnScreen: 512
245-
maxPlanarReflectionOnScreen: 16
264+
maxPlanarReflectionOnScreen: 2
246265
hdShadowInitParams:
247-
maxShadowRequests: 128
266+
maxShadowRequests: 16
248267
directionalShadowsDepthBits: 32
249268
shadowFilteringQuality: 2
250269
punctualLightShadowAtlas:
@@ -275,8 +294,8 @@ MonoBehaviour:
275294
screenSpaceShadowBufferFormat: 48
276295
decalSettings:
277296
drawDistance: 1000
278-
atlasWidth: 4096
279-
atlasHeight: 4096
297+
atlasWidth: 1024
298+
atlasHeight: 1024
280299
perChannelMask: 1
281300
postProcessSettings:
282301
m_LutSize: 32
@@ -297,6 +316,7 @@ MonoBehaviour:
297316
xrSettings:
298317
singlePass: 1
299318
occlusionMesh: 1
319+
cameraJitter: 0
300320
postProcessQualitySettings:
301321
NearBlurSampleCount: 030000000500000008000000
302322
NearBlurMaxRadius:

0 commit comments

Comments
 (0)