Commit 1823215
Merge Hd/bugfix (#2973)
* Fix random warnings (#2972)
* Fix FreeCamera speed boost controls (#2967)
Two issues:
1. Holding Shift key during mouse-look with right mouse button would only boost speed for a single frame because it was checking GetKeyDown. Fixed by checking GetKey.
2. The Shift key only gives a speed boost when mouse-looking with RMB, but the Fire input (LMB by default) should always work. However, there was an issue where Fire would not boost the camera if the RMB was held down. This change fixes that so Fire will always boost and Shift will still only boost during mouse-look.
* Fixed an issue with the frame count management for the volumetric fog (case 1299251). (#2947)
* [HDRP] Fix coat normal space (#2888)
* Fix coat normal space
* Update CHANGELOG.md
Co-authored-by: Sebastien Lagarde <[email protected]>
* Avoid issues causing faulty transitions in shadows (resulting in no shadows with unconventional aspect ratio) (#2776)
* Fixed volume component tooltips using the same parameter name (#2754)
* Use the proper history info for Bicubic resampling in TAA (#2759)
* Use proper info for previous buffer info
* changelog
* Fixed lookdev movement (#2757)
Co-authored-by: sebastienlagarde <[email protected]>
* [HDRP] Fix issue with saving some quality settings in volume overrides (#2758)
* Fix issue with saving some quality settings volume overrides
* Fix typo in changelog
Co-authored-by: sebastienlagarde <[email protected]>
* [HDRP] Fixed NullReferenceException in HDRenderPipeline.UpgradeResourcesIfNeeded (case 1292524) (#2765)
* fix issue with confusing text (#2766)
* Fix
* Fix white dots
* Changelog
* Rename the sunrise icon to fix typo, causing issue with 2x resolution loading. (#2809)
* [HDRP] Rename HDRP to HD Render Pipeline in menu item (#2819)
* [HDRP] Update HDRP menu in shader graph
* Update CHANGELOG.md
* HDRP/Fix package version showing package after the last "verified" package (#2783)
* Fix typo
* Remove last version checker from wizard and add link to package manager instead
* Update CHANGELOG.md
* Update documentation
* Update Render-Pipeline-Wizard.md
Co-authored-by: Sebastien Lagarde <[email protected]>
* Revert bad changelog merge
* Update CHANGELOG.md
* Update CHANGELOG.md
Co-authored-by: Adrien de Tocqueville <[email protected]>
Co-authored-by: sebastienlagarde <[email protected]>
Co-authored-by: Pavlos Mavridis <[email protected]>
Co-authored-by: John Parsaie <[email protected]>
Co-authored-by: Remi Slysz <[email protected]>
* Fixed invalid loop length for probe baking (case 1289680) (#2830)
* Fixed invalid loop length for probe baking (case 1289680)
# Conflicts:
# com.unity.render-pipelines.high-definition/CHANGELOG.md
# Conflicts:
# com.unity.render-pipelines.high-definition/CHANGELOG.md
* Update CHANGELOG.md
Co-authored-by: sebastienlagarde <[email protected]>
* Fix volumetric fog with XR single-pass (#2823)
* fix volumetric fog with XR single-pass rendering
* update changelog
Co-authored-by: sebastienlagarde <[email protected]>
* [HDRP] Fix rendering issues for the first frame (#2836)
* Fix first frame exposure, depth pyramid / AO
* Update changelog
* Comment
* Typo
* Add missing RenderGraphBuilder.ReadTexture call
* Move ComputePackedMipChainInfo at the beginning of ExecuteWithRenderGraph
Co-authored-by: sebastienlagarde <[email protected]>
* Update 5001_Fog_FogFallback.png
* Revert "Update 5001_Fog_FogFallback.png"
This reverts commit 2653b9c.
* Update 5001_Fog_FogFallback.unity
* Fix AOV API for render graph (#2909)
* Fix AOV api in rendergraph
# Conflicts:
# com.unity.render-pipelines.high-definition/Runtime/RenderPipeline/HDRenderPipeline.RenderGraph.cs
* Update changelog
* Fix a small discrepancy in the marker placement in light intensity sliders (#2924)
* Update CHANGELOG.md
* Fix issue with VT spewing errors when transparent and opaque are disabled (#2925)
* Fix
* Changelog
Co-authored-by: sebastienlagarde <[email protected]>
* Fixed a bug in the sphere-aabb light cluster (case 1294767). (#2920)
Co-authored-by: sebastienlagarde <[email protected]>
* Move EndCameraRendering callback out of the profiling scope (#2917)
* Move EndCameraRendering callback out of the profiling scope
* added a comment
Co-authored-by: sebastienlagarde <[email protected]>
* Fixed baked light being included into the ray tracing light cluster (case 1296203). (#2915)
Co-authored-by: sebastienlagarde <[email protected]>
* Handle all enums the same way for UI (#2913)
Co-authored-by: sebastienlagarde <[email protected]>
* Changed the message when the graphics device doesn't support ray tracing (case 1287355). (#2916)
* [HDRP] Fix default blocks for Hair and Eye shader graphs (#2919)
* Fixed default eye shader blocks
* Fix missing emission block in hair shader
* Updated changelog
Co-authored-by: sebastienlagarde <[email protected]>
* Init scene camera debug framesettings (#2931)
* Fixed using the wrong method to define if a light should be included in the light cluster depending on its baking status. (#2932)
* - Fixed using the wrong method to define if a light should be included in the light cluster depending on its baking status.
* Update CHANGELOG.md
Co-authored-by: sebastienlagarde <[email protected]>
* [HDRP] Change the behavior of custom passes when the volume is disabled (#2930)
* Changed the behavior of custom passes when the Custom Pass Volume component is disabled
* Updated changelog
* Fixed display of LOD Bias and maximum level in frame settings when using Quality Levels (#2921)
* Fixed display of LOD Bias and maximum level in frame settings when using Quality Levels
* Update changelog
Co-authored-by: sebastienlagarde <[email protected]>
* Fixed an issue when trying to open a look dev env library when Look Dev is not supported. (#2929)
* Fixed an issue when trying to open a look dev env library when Look Dev is not supported.
* Update changelog
Co-authored-by: sebastienlagarde <[email protected]>
* Enable Reflector for Spotlight by default
* - Fixed shader graph not supporting indirectdxr multibounce (case 1294694). (#2933)
Co-authored-by: sebastienlagarde <[email protected]>
* Fixed the planar depth texture not being properly created and rendered to (case 1299617). (#2926)
* Fixed the planar depth texture not being properly created and rendered to (case 1299617).
* adding comment
Co-authored-by: sebastienlagarde <[email protected]>
* Fixed an issue with the frame count management for the volumetric fog (case 1299251).
* Update CHANGELOG.md
Co-authored-by: Antoine Lelievre <[email protected]>
Co-authored-by: Sebastien Lagarde <[email protected]>
Co-authored-by: FrancescoC-unity <[email protected]>
Co-authored-by: Adrien de Tocqueville <[email protected]>
Co-authored-by: Pavlos Mavridis <[email protected]>
Co-authored-by: John Parsaie <[email protected]>
Co-authored-by: Remi Slysz <[email protected]>
Co-authored-by: Frédéric Vauchelles <[email protected]>
Co-authored-by: Fabien Houlmann <[email protected]>
Co-authored-by: JulienIgnace-Unity <[email protected]>
* - Changed the convergance time of ssgi to 16 frames. (#2912)
- Changed the preset values for ssgi.
- Fixed an issue with half res ssgi upscale.
Co-authored-by: sebastienlagarde <[email protected]>
* Fix BakeCloudShadows warning
* Cleanup CubeToPanoMaterial not used
* Revert: Fixed an issue with the frame count management for the volumetric fog (case 1299251). #2947
Co-authored-by: FrancescoC-unity <[email protected]>
Co-authored-by: Alex Kerfoot <[email protected]>
Co-authored-by: anisunity <[email protected]>
Co-authored-by: Antoine Lelievre <[email protected]>
Co-authored-by: Adrien de Tocqueville <[email protected]>
Co-authored-by: Pavlos Mavridis <[email protected]>
Co-authored-by: John Parsaie <[email protected]>
Co-authored-by: Remi Slysz <[email protected]>
Co-authored-by: Frédéric Vauchelles <[email protected]>
Co-authored-by: Fabien Houlmann <[email protected]>
Co-authored-by: JulienIgnace-Unity <[email protected]>1 parent a15acdc commit 1823215
File tree
13 files changed
+59
-78
lines changed- com.unity.render-pipelines.core
- Runtime/Camera
- com.unity.render-pipelines.high-definition
- Runtime
- Lighting
- LightLoop
- ScreenSpaceLighting
- VolumetricLighting
- RenderPipeline
- Raytracing/Shaders
- IndirectDiffuse
13 files changed
+59
-78
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
| 195 | + | |
| 196 | + | |
199 | 197 | | |
200 | 198 | | |
201 | 199 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
323 | | - | |
324 | 322 | | |
325 | 323 | | |
326 | 324 | | |
327 | 325 | | |
328 | | - | |
329 | | - | |
330 | 326 | | |
331 | 327 | | |
332 | 328 | | |
| |||
365 | 361 | | |
366 | 362 | | |
367 | 363 | | |
368 | | - | |
369 | | - | |
370 | 364 | | |
371 | 365 | | |
372 | 366 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
Lines changed: 33 additions & 56 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
65 | | - | |
| 68 | + | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
| |||
206 | 209 | | |
207 | 210 | | |
208 | 211 | | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | 212 | | |
214 | | - | |
215 | | - | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | 224 | | |
229 | | - | |
| 225 | + | |
230 | 226 | | |
231 | 227 | | |
232 | 228 | | |
| |||
241 | 237 | | |
242 | 238 | | |
243 | 239 | | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | 240 | | |
248 | | - | |
249 | 241 | | |
250 | 242 | | |
251 | 243 | | |
| |||
266 | 258 | | |
267 | 259 | | |
268 | 260 | | |
269 | | - | |
| 261 | + | |
270 | 262 | | |
271 | 263 | | |
272 | 264 | | |
| |||
310 | 302 | | |
311 | 303 | | |
312 | 304 | | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | 305 | | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
| 306 | + | |
322 | 307 | | |
323 | 308 | | |
| 309 | + | |
| 310 | + | |
324 | 311 | | |
325 | | - | |
| 312 | + | |
326 | 313 | | |
327 | 314 | | |
328 | 315 | | |
| |||
336 | 323 | | |
337 | 324 | | |
338 | 325 | | |
339 | | - | |
| 326 | + | |
340 | 327 | | |
341 | 328 | | |
342 | 329 | | |
| |||
366 | 353 | | |
367 | 354 | | |
368 | 355 | | |
369 | | - | |
370 | | - | |
| 356 | + | |
| 357 | + | |
371 | 358 | | |
372 | 359 | | |
373 | 360 | | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | 361 | | |
379 | | - | |
380 | 362 | | |
| 363 | + | |
381 | 364 | | |
382 | 365 | | |
| 366 | + | |
383 | 367 | | |
384 | 368 | | |
385 | 369 | | |
| |||
392 | 376 | | |
393 | 377 | | |
394 | 378 | | |
395 | | - | |
396 | | - | |
| 379 | + | |
| 380 | + | |
397 | 381 | | |
398 | 382 | | |
399 | 383 | | |
| |||
423 | 407 | | |
424 | 408 | | |
425 | 409 | | |
426 | | - | |
| 410 | + | |
427 | 411 | | |
428 | 412 | | |
429 | 413 | | |
430 | | - | |
431 | | - | |
432 | | - | |
| 414 | + | |
| 415 | + | |
433 | 416 | | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | 417 | | |
438 | 418 | | |
439 | | - | |
| 419 | + | |
440 | 420 | | |
441 | 421 | | |
442 | | - | |
| 422 | + | |
443 | 423 | | |
444 | 424 | | |
445 | 425 | | |
446 | 426 | | |
447 | 427 | | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | 428 | | |
453 | | - | |
454 | 429 | | |
455 | 430 | | |
456 | 431 | | |
457 | | - | |
458 | | - | |
| 432 | + | |
| 433 | + | |
459 | 434 | | |
460 | 435 | | |
| 436 | + | |
461 | 437 | | |
462 | 438 | | |
463 | 439 | | |
464 | 440 | | |
465 | 441 | | |
466 | 442 | | |
467 | | - | |
| 443 | + | |
| 444 | + | |
468 | 445 | | |
469 | 446 | | |
470 | 447 | | |
471 | 448 | | |
472 | 449 | | |
473 | 450 | | |
474 | 451 | | |
475 | | - | |
| 452 | + | |
476 | 453 | | |
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
219 | | - | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
220 | 228 | | |
221 | 229 | | |
222 | 230 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
com.unity.render-pipelines.high-definition/Runtime/RenderPipeline/GlobalLightingQualitySettings.cs
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments