Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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 @@ -705,6 +705,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Made the StaticLightingSky class public so that users can change it by script for baking purpose.
- Shadowmask and realtime reflectoin probe property are hide in Quality settings
- Improved performance of reflection probe management when using a lot of probes.
- Changed default exposure compensation to 0.

## [7.1.1] - 2019-09-05

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ From Unity 2020.1, the HDRP-specific settings of the scene view camera (anti-ali

## Cookie baking

From Unity 2020.1, Cookie on light are not taken into account for the lightmaps / Lightprobes. This support is always enable with HDRP.
From Unity 2020.1, Cookie on light are not taken into account for the lightmaps / Lightprobes. This support is always enable with HDRP.

## Default Volume Profile

From Unity 2020.1, the Default Volume Profile asset has changed so that the Exposure component sets the default Compensation to 0.
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,18 @@ MonoBehaviour:
m_OverrideState: 0
m_Value: 50
min: 0
minDistance:
m_OverrideState: 0
m_Value: 0
min: 0
fadeDistance:
m_OverrideState: 0
m_Value: 5
min: 0
fadeInDistance:
m_OverrideState: 0
m_Value: 0
min: 0
m_SampleCount:
m_OverrideState: 1
m_Value: 12
Expand Down Expand Up @@ -322,8 +330,8 @@ MonoBehaviour:
m_OverrideState: 0
m_Value: 0
compensation:
m_OverrideState: 1
m_Value: 1
m_OverrideState: 0
m_Value: 0
limitMin:
m_OverrideState: 0
m_Value: -10
Expand Down Expand Up @@ -367,6 +375,9 @@ MonoBehaviour:
m_OverrideState: 0
m_Value: 1
min: 0.001
weightTextureMask:
m_OverrideState: 0
m_Value: {fileID: 0}
--- !u!114 &7502528774814404555
MonoBehaviour:
m_ObjectHideFlags: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ MonoBehaviour:
GTAOBlurAndUpsample: {fileID: 7200000, guid: 9eb1abde882538a4ea46fa23e49ab9fa, type: 3}
depthValuesPS: {fileID: 4800000, guid: 6e6a4a3dbb788234594aa74f2d6aeb6f, type: 3}
colorResolvePS: {fileID: 4800000, guid: dd7047092f3c82b40b3a07868f9c4de2, type: 3}
resolveMotionVecPS: {fileID: 4800000, guid: ea18ca9826385e943979c46cf98968cc, type: 3}
copyAlphaCS: {fileID: 7200000, guid: c2c7eb6611725264187721ef9df0354b, type: 3}
nanKillerCS: {fileID: 7200000, guid: 83982f199acf927499576a99abc9bea9, type: 3}
exposureCS: {fileID: 7200000, guid: 976d7bce54fae534fb9ec67e9c18570c, type: 3}
Expand Down