From df00139c7399fdb0fa101ff7090b7ba0d6402765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Leli=C3=A8vre?= Date: Tue, 13 Oct 2020 12:45:59 +0200 Subject: [PATCH 1/2] Fixed render queue migration issue when moving from 8.x to 10.x --- .../ShaderGraph/HDLitSubTarget.Migration.cs | 2 +- .../ShaderGraph/HDUnlitSubTarget.Migration.cs | 2 +- .../Runtime/RenderPipeline/HDRenderQueue.cs | 19 +++++++++++++++++++ 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/com.unity.render-pipelines.high-definition/Editor/Material/Lit/ShaderGraph/HDLitSubTarget.Migration.cs b/com.unity.render-pipelines.high-definition/Editor/Material/Lit/ShaderGraph/HDLitSubTarget.Migration.cs index d398ed5f230..3d3cd25e904 100644 --- a/com.unity.render-pipelines.high-definition/Editor/Material/Lit/ShaderGraph/HDLitSubTarget.Migration.cs +++ b/com.unity.render-pipelines.high-definition/Editor/Material/Lit/ShaderGraph/HDLitSubTarget.Migration.cs @@ -106,7 +106,7 @@ void UpgradeHDLitMasterNode(HDLitMasterNode1 hdLitMasterNode, out Dictionary Date: Tue, 13 Oct 2020 12:46:43 +0200 Subject: [PATCH 2/2] Updated changelog --- com.unity.render-pipelines.high-definition/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/com.unity.render-pipelines.high-definition/CHANGELOG.md b/com.unity.render-pipelines.high-definition/CHANGELOG.md index 2347608849d..4f9ef97ae26 100644 --- a/com.unity.render-pipelines.high-definition/CHANGELOG.md +++ b/com.unity.render-pipelines.high-definition/CHANGELOG.md @@ -159,6 +159,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Fixed profiling scope for quality RTGI. - Fixed the denoising and multi-sample not being used for smooth multibounce RTReflections. - Fixed after post process rendering pass options not showing for unlit ShaderGraphs. +- Fixed a migration issue with the rendering queue in ShaderGraph when upgrading to 10.x; ### Changed - Preparation pass for RTSSShadows to be supported by render graph.