Skip to content

Fixed runtime test for Yamato #177

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 37 additions & 17 deletions TestProjects/HDRP_RuntimeTests/Assets/Common/HDRPAsset.asset
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 0cf1dab834d4ec34195b920ea7bbf9ec, type: 3}
m_Name: HDRPAsset
m_EditorClassIdentifier:
m_Version: 14
m_Version: 15
m_ObsoleteFrameSettings:
overrides: 0
enableShadow: 0
Expand Down Expand Up @@ -156,45 +156,57 @@ MonoBehaviour:
m_DefaultLookDevProfile: {fileID: 0}
m_RenderingPathDefaultCameraFrameSettings:
bitDatas:
data1: 70282844831580
data1: 140651589009244
data2: 4539628425463136256
lodBias: 1
lodBiasMode: 0
lodBiasQualityLevel: 0
maximumLODLevel: 0
maximumLODLevelMode: 0
maximumLODLevelQualityLevel: 0
sssQualityMode: 0
sssQualityLevel: 0
sssCustomSampleBudget: 20
materialQuality: 0
m_RenderingPathDefaultBakedOrCustomReflectionFrameSettings:
bitDatas:
data1: 64942043591453
data1: 135310787769117
data2: 4539628424389459968
lodBias: 1
lodBiasMode: 0
lodBiasQualityLevel: 0
maximumLODLevel: 0
maximumLODLevelMode: 0
maximumLODLevelQualityLevel: 0
sssQualityMode: 0
sssQualityLevel: 0
sssCustomSampleBudget: 20
materialQuality: 0
m_RenderingPathDefaultRealtimeReflectionFrameSettings:
bitDatas:
data1: 69692120112925
data1: 140060864290589
data2: 4539628424657895424
lodBias: 1
lodBiasMode: 0
lodBiasQualityLevel: 0
maximumLODLevel: 0
maximumLODLevelMode: 0
maximumLODLevelQualityLevel: 0
sssQualityMode: 0
sssQualityLevel: 0
sssCustomSampleBudget: 20
materialQuality: 0
m_RenderPipelineSettings:
supportShadowMask: 1
supportSSR: 1
supportSSRTransparent: 0
supportSSAO: 1
supportSubsurfaceScattering: 1
increaseSssSampleCount: 0
sssSampleBudget:
m_Values: 140000002800000050000000
m_SchemaId:
m_Id: With3Levels
supportVolumetrics: 1
increaseResolutionOfVolumetrics: 0
supportLightLayers: 0
lightLayerName0: Light Layer default
lightLayerName1: Light Layer 1
Expand All @@ -213,22 +225,29 @@ MonoBehaviour:
customBufferFormat: 12
supportedLitShaderMode: 3
supportDecals: 1
msaaSampleCount: 8
msaaSampleCount: 2
supportMotionVectors: 1
supportRuntimeDebugDisplay: 0
supportDitheringCrossFade: 0
supportTerrainHole: 0
supportProbeVolume: 0
supportRayTracing: 0
supportedRayTracingMode: 3
probeVolumeSettings:
atlasWidth: 128
atlasHeight: 128
atlasDepth: 512
atlasOctahedralDepthWidth: 2048
atlasOctahedralDepthHeight: 2048
lightLoopSettings:
cookieAtlasSize: 2048
cookieAtlasSize: 1024
cookieFormat: 74
pointCookieSize: 128
cubeCookieTexArraySize: 16
cookieTexArraySize: 16
cubeCookieTexArraySize: 4
cookieAtlasLastValidMip: 0
cookieAreaTextureArraySize: 16
planarReflectionAtlasSize: 8192
reflectionProbeCacheSize: 64
cookieTexArraySize: 16
planarReflectionAtlasSize: 1024
reflectionProbeCacheSize: 16
reflectionCubemapSize: 256
reflectionCacheCompressed: 0
planarReflectionCacheCompressed: 0
Expand All @@ -242,9 +261,9 @@ MonoBehaviour:
maxAreaLightsOnScreen: 64
maxEnvLightsOnScreen: 64
maxDecalsOnScreen: 512
maxPlanarReflectionOnScreen: 16
maxPlanarReflectionOnScreen: 2
hdShadowInitParams:
maxShadowRequests: 128
maxShadowRequests: 16
directionalShadowsDepthBits: 32
shadowFilteringQuality: 2
punctualLightShadowAtlas:
Expand Down Expand Up @@ -275,8 +294,8 @@ MonoBehaviour:
screenSpaceShadowBufferFormat: 48
decalSettings:
drawDistance: 1000
atlasWidth: 4096
atlasHeight: 4096
atlasWidth: 1024
atlasHeight: 1024
perChannelMask: 1
postProcessSettings:
m_LutSize: 32
Expand All @@ -297,6 +316,7 @@ MonoBehaviour:
xrSettings:
singlePass: 1
occlusionMesh: 1
cameraJitter: 0
postProcessQualitySettings:
NearBlurSampleCount: 030000000500000008000000
NearBlurMaxRadius:
Expand Down
Loading