Skip to content
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
1 change: 1 addition & 0 deletions com.unity.render-pipelines.high-definition/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fixed unitialized ray tracing resources when using non-default HDRP asset (case 1259467).
- Fixed for area light not updating baked light result when modifying with gizmo.
- Fixed overused the atlas for Animated/Render Target Cookies (1259930).
- Fixed sky asserts with XR multipass

### Changed
- Improve MIP selection for decals on Transparents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1633,6 +1633,7 @@ protected override void Render(ScriptableRenderContext renderContext, Camera[] c
cullingResults = req.cullingResults;
skipClearCullingResults.Add(req.index);
needCulling = false;
m_SkyManager.UpdateCurrentSkySettings(hdCamera);
}
}
}
Expand Down