File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
com.unity.render-pipelines.high-definition Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -564,6 +564,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
564
564
- Fixed issue when toggling anything in HDRP asset that will produce an error (case 1238155)
565
565
- Fixed shader warning in PCSS code when using Vulkan.
566
566
- Fixed decal that aren't working without Metal and Ambient Occlusion option enabled.
567
+ - Fixed an error about procedural sky being logged by mistake.
567
568
568
569
### Changed
569
570
- Improve MIP selection for decals on Transparents
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ namespace UnityEngine.Rendering.HighDefinition
11
11
public sealed class VisualEnvironment : VolumeComponent
12
12
{
13
13
/// <summary>Type of sky that should be used for rendering.</summary>
14
- public IntParameter skyType = new IntParameter ( 0 ) ;
14
+ public NoInterpIntParameter skyType = new NoInterpIntParameter ( 0 ) ;
15
15
/// <summary>Defines the way the ambient probe should be computed.</summary>
16
16
public SkyAmbientModeParameter skyAmbientMode = new SkyAmbientModeParameter ( SkyAmbientMode . Static ) ;
17
17
You can’t perform that action at this time.
0 commit comments