Skip to content

Commit 1d2af21

Browse files
Fixed runtime test for Yamato #177
1 parent 0af41da commit 1d2af21

File tree

68 files changed

+6447
-591
lines changed

Some content is hidden

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

68 files changed

+6447
-591
lines changed

TestProjects/HDRP_RuntimeTests/Assets/Common/HDRPAsset.asset

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ MonoBehaviour:
227227
cookieTexArraySize: 16
228228
cookieAtlasLastValidMip: 0
229229
cookieAreaTextureArraySize: 16
230-
planarReflectionAtlasSize: 8192
231-
reflectionProbeCacheSize: 64
230+
planarReflectionAtlasSize: 1024
231+
reflectionProbeCacheSize: 16
232232
reflectionCubemapSize: 256
233233
reflectionCacheCompressed: 0
234234
planarReflectionCacheCompressed: 0
@@ -242,9 +242,9 @@ MonoBehaviour:
242242
maxAreaLightsOnScreen: 64
243243
maxEnvLightsOnScreen: 64
244244
maxDecalsOnScreen: 512
245-
maxPlanarReflectionOnScreen: 16
245+
maxPlanarReflectionOnScreen: 2
246246
hdShadowInitParams:
247-
maxShadowRequests: 128
247+
maxShadowRequests: 16
248248
directionalShadowsDepthBits: 32
249249
shadowFilteringQuality: 2
250250
punctualLightShadowAtlas:
@@ -275,8 +275,8 @@ MonoBehaviour:
275275
screenSpaceShadowBufferFormat: 48
276276
decalSettings:
277277
drawDistance: 1000
278-
atlasWidth: 4096
279-
atlasHeight: 4096
278+
atlasWidth: 1024
279+
atlasHeight: 1024
280280
perChannelMask: 1
281281
postProcessSettings:
282282
m_LutSize: 32

TestProjects/HDRP_RuntimeTests/Assets/Common/Textures/GustNoise.psd.meta

Lines changed: 149 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TestProjects/HDRP_RuntimeTests/Assets/Datas/Materials/LowResBubble.mat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Material:
1414
m_LightmapFlags: 4
1515
m_EnableInstancingVariants: 0
1616
m_DoubleSidedGI: 1
17-
m_CustomRenderQueue: -1
17+
m_CustomRenderQueue: 3400
1818
stringTagMap:
1919
MotionVector: User
2020
RenderType: Transparent

TestProjects/HDRP_RuntimeTests/Assets/Datas/Models/Bust/Textures/Head/Cavity_8k.jpg.meta

Lines changed: 110 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)