Skip to content

Commit a4756a4

Browse files
fix sky asserts with XR multipass (#1133)
Co-authored-by: sebastienlagarde <[email protected]>
1 parent fa2cc33 commit a4756a4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

com.unity.render-pipelines.high-definition/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
720720
- Fixed unitialized ray tracing resources when using non-default HDRP asset (case 1259467).
721721
- Fixed for area light not updating baked light result when modifying with gizmo.
722722
- Fixed overused the atlas for Animated/Render Target Cookies (1259930).
723+
- Fixed sky asserts with XR multipass
723724

724725
### Changed
725726
- Improve MIP selection for decals on Transparents

com.unity.render-pipelines.high-definition/Runtime/RenderPipeline/HDRenderPipeline.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1633,6 +1633,7 @@ protected override void Render(ScriptableRenderContext renderContext, Camera[] c
16331633
cullingResults = req.cullingResults;
16341634
skipClearCullingResults.Add(req.index);
16351635
needCulling = false;
1636+
m_SkyManager.UpdateCurrentSkySettings(hdCamera);
16361637
}
16371638
}
16381639
}

0 commit comments

Comments
 (0)