Skip to content

Commit

Permalink
Enable Light Baking Cookies by default + Warning - part 3 #79
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienlagarde committed Apr 18, 2020
1 parent 0f446dd commit 6f7cbbb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
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 @@ -68,6 +68,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Rejecting history for ray traced reflections based on a threshold evaluated on the neighborhood of the sampled history.
- Renamed "Environment" to "Reflection Probes" in tile/cluster debug menu.
- Debug exposure in debug menu have been replace to debug exposure compensation in EV100 space and is always visible.
- Cookie are now supported in lightmaper. All lights casting cookie and baked will now include cookie influence.

## [7.3.0] - 2020-03-11

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ In the High Definition Render Pipeline (HDRP), some features work differently be
## Scene View Camera Settings

From Unity 2020.1, the HDRP-specific settings of the scene view camera (anti-aliasing mode and stop NaNs) can be found in the same pop-up window as the standard scene camera settings, which are accessible by clicking the scene camera button on the toolbar of the scene window. These settings were previously in the HDRP preferences window (Edit > Preferences).

## 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.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ internal static Volume GetOrCreateDefaultVolume()
readonly XRSystem m_XRSystem;

bool m_FrameSettingsHistoryEnabled = false;
#if UNITY_EDITOR
bool m_PreviousDisableCookieForLightBaking = false;
#endif

/// <summary>
/// This functions allows the user to have an approximation of the number of rays that were traced for a given frame.
Expand Down

0 comments on commit 6f7cbbb

Please sign in to comment.