You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed blocky looking bloom when dynamic resolution scaling was used.
27
+
- Fixrf for wrong cached area light initialization.
28
+
- Fixed an issue where auto baking of ambient and reflection probe done for builtin renderer would cause wrong baking in HDRP.
27
29
28
-
### Fixed
29
-
30
-
- Fix for wrong cached area light initialization.
31
-
32
-
30
+
### Changed
33
31
34
32
## [10.5.0] - 2021-04-19
35
33
@@ -130,6 +128,55 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
130
128
- Fixed SRP batcher not compatible with Decal (case 1311586)
131
129
- Fixed issue with different shadow atlas stomping on each other when they have same resolution.
132
130
- Fixed wrong color buffer being bound to pre refraction custom passes.
131
+
<<<<<<< HEAD
132
+
=======
133
+
- Fixed issue in Probe Reference Volume authoring component triggering an asset reload on all operations.
134
+
- Fixed grey screen on playstation platform when histogram exposure is enabled but the curve mapping is not used.
135
+
- Fixed HDRPAsset loosing its reference to the ray tracing resources when clicking on a different quality level that doesn't have ray tracing (case 1320304).
136
+
- Fixed SRP batcher not compatible with Decal (case 1311586).
137
+
- Fixed error message when having MSAA and Screen Space Shadows (case 1318698).
138
+
- Fixed Nans happening when the history render target is bigger than the current viewport (case 1321139).
139
+
- Fixed Tube and Disc lights mode selection (case 1317776)
140
+
- Fixed preview camera updating the skybox material triggering GI baking (case 1314361/1314373).
141
+
- The default LookDev volume profile is now copied and referenced in the Asset folder instead of the package folder.
142
+
- Fixed SSS on console platforms.
143
+
- Assets going through the migration system are now dirtied.
144
+
- Fixed warning fixed on ShadowLoop include (HDRISky and Unlit+ShadowMatte)
145
+
- Fixed SSR Precision for 4K Screens
146
+
- Fixed issue with gbuffer debug view when virtual texturing is enabled.
147
+
- Fixed volumetric fog noise due to sun light leaking (case 1319005)
148
+
- Fixed an issue with Decal normal blending producing NaNs.
149
+
- Fixed issue in wizard when resource folder don't exist
150
+
- Fixed issue with Decal projector edge on Metal (case 1286074)
151
+
- Fixed Exposure Frame Settings control issues on Planar reflection probes (case 1312153). Dynamic reflections now keep their own exposure relative to their parent camera.
152
+
- Fixed multicamera rendering for Dynamic Resolution Scaling using dx12 hardware mode. Using a planar reflection probe (another render camera) should be safe.
153
+
- Fixed Render Graph Debug UI not refreshing correctly in the Render Pipeline Debugger.
154
+
- Fixed SSS materials in planar reflections (case 1319027).
- Fixed missing Update in Wizard's DXR Documentation
157
+
- Fixed issue were the final image is inverted in the Y axis. Occurred only on final Player (non-dev for any platform) that use Dynamic Resolution Scaling with Contrast Adaptive Sharpening filter.
158
+
- Fixed a bug with Reflection Probe baking would result in an incorrect baking reusing other's Reflection Probe baking
159
+
- Fixed volumetric fog being visually chopped or missing when using hardware Dynamic Resolution Scaling.
160
+
- Fixed generation of the packed depth pyramid when hardware Dynamic Resolution Scaling is enabled.
161
+
- Fixed issue were the final image is inverted in the Y axis. Occurred only on final Player (non-dev for any platform) that use Dynamic Resolution Scaling with Contrast Adaptive Sharpening filter.
162
+
- Fixed a bug with Reflection Probe baking would result in an incorrect baking reusing other's Reflection Probe baking
163
+
- Fixed Decal's UV edit mode with negative UV
164
+
- Fixed issue with the color space of AOVs (case 1324759)
165
+
- Fixed issue with history buffers when using multiple AOVs (case 1323684).
166
+
- Fixed camera preview with multi selection (case 1324126).
167
+
- Fix potential NaN on apply distortion pass.
168
+
- Fixed the camera controller in the template with the old input system (case 1326816).
169
+
- Fixed broken Lanczos filter artifacts on ps4, caused by a very aggressive epsilon (case 1328904)
170
+
- Fixed global Settings ignore the path set via Fix All in HDRP wizard (case 1327978)
171
+
- Fixed issue with an assert getting triggered with OnDemand shadows.
172
+
- Fixed GBuffer clear option in FrameSettings not working
173
+
- Fixed usage of Panini Projection with floating point HDRP and Post Processing color buffers.
174
+
- Fixed a NaN generating in Area light code.
175
+
- Fixed CustomPassUtils scaling issues when used with RTHandles allocated from a RenderTexture.
176
+
- Fixed ResourceReloader that was not call anymore at pipeline construction
177
+
- Fixed undo of some properties on light editor.
178
+
- Fixed an issue where auto baking of ambient and reflection probe done for builtin renderer would cause wrong baking in HDRP.
179
+
>>>>>>> 1f51ef158b... Opt-out of builtin auto baking of ambient/reflection probe. (#4324)
133
180
134
181
### Changed
135
182
- Updated the tooltip for the Decal Angle Fade property (requires to enable Decal Layers in both HDRP asset and Frame settings) (case 1308048).
0 commit comments