Skip to content

Avoid issues causing faulty transitions in shadows (resulting in no shadows with unconventional aspect ratio) #2776

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

FrancescoC-unity
Copy link
Contributor

Fixes the issue in https://fogbugz.unity3d.com/f/cases/1292295/

The issue is due to how the cascade spheres are and how the border is computed. As a result sometimes we try to transition when we shouldn't; this PR fixes the issue to a certain extent (with ludicrous transition percentages, usually >=90% of the full split).

This also fixes another bug due to the precision of the dither transition that showed with small dots like this

image

We already went through it with @remi-chapelain

* Use proper info for previous buffer info

* changelog
Co-authored-by: sebastienlagarde <sebastien@unity3d.com>
#2758)

* Fix issue with saving some quality settings volume overrides

* Fix typo in changelog

Co-authored-by: sebastienlagarde <sebastien@unity3d.com>
@github-actions
Copy link

It appears that you made a non-draft PR!
Please convert your PR to draft (button on the right side of the page)
and cancel any jobs that started on Yamato.
See the PR template for more information.
Thank you!

Copy link
Contributor

@remi-chapelain remi-chapelain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix validated with @FrancescoC-unity before making the PR ! ✔️

Base automatically changed from hd/bugfix to master November 30, 2020 14:28
johnpars and others added 4 commits December 1, 2020 21:05
* [HDRP] Update HDRP menu in shader graph

* Update CHANGELOG.md
…ckage (#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 <sebastien@unity3d.com>
@sebastienlagarde sebastienlagarde changed the base branch from master to hd/bugfix December 2, 2020 14:54
…-shadow

# Conflicts:
#	com.unity.render-pipelines.high-definition/CHANGELOG.md
#	com.unity.render-pipelines.high-definition/Editor/Lighting/Reflection/HDScreenSpaceReflectionEditor.cs
#	com.unity.render-pipelines.high-definition/Editor/RenderPipeline/Raytracing/GlobalIlluminationEditor.cs
Base automatically changed from hd/bugfix to master December 3, 2020 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants