-
Notifications
You must be signed in to change notification settings - Fork 840
[8.x.x Backport] Fix issue with the blue line of prefab modifications for Volume mode #866
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
Closed
FrancescoC-unity
wants to merge
156
commits into
8.x.x/release
from
8.x.x/hd/backport-volume-prefab-blue-line-issue
Closed
[8.x.x Backport] Fix issue with the blue line of prefab modifications for Volume mode #866
FrancescoC-unity
wants to merge
156
commits into
8.x.x/release
from
8.x.x/hd/backport-volume-prefab-blue-line-issue
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…volume debug menu is on ColorAndEdge. (#6210) * Fixed the MaxLightCount being display when the light volume debug menu is on ColorAndEdge. * Update CHANGELOG.md Co-authored-by: sebastienlagarde <sebastien@unity3d.com>
… lack of support of vertex animation (#6204) * Update documentation to mention more explicitely the lack of support of vertex animation * Update Ray-Tracing-Getting-Started.md Co-authored-by: sebastienlagarde <sebastien@unity3d.com>
…ct transparents" (#6202) * Make subsection in decal debug menu * changelog
* Do not override the depth state of transparent materials in RenderDebugView * Changelog * Changelog - add case number Co-authored-by: sebastienlagarde <sebastien@unity3d.com>
…using the same mesh renderer. (#6197) Co-authored-by: sebastienlagarde <sebastien@unity3d.com>
* Backport renaming * changelog
# Conflicts: # com.unity.render-pipelines.high-definition/CHANGELOG.md Co-authored-by: sebastienlagarde <sebastien@unity3d.com>
…valuated on the neighborhood of the sampled history. (#6254)
# Conflicts: # com.unity.render-pipelines.core/CHANGELOG.md
…ng (case 1198578). (#6270)
…tesity instead of setting it (#6266)
…the ambient probe. #6235
Co-authored-by: sebastienlagarde <sebastien@unity3d.com>
… thumbnail are generated at first import #6265
…fault volume profile is invalid. (#302) * Fixed a null ref exception in static sky when the default volume profile is invalid. * Update changelog.
…mistake. (#308) * Fixed an error about procedural sky being logged by mistake. * Update changelog
* Made the static lighting sky public so that users can change it by script for baking purpose. # Conflicts: # com.unity.render-pipelines.high-definition/Runtime/RenderPipeline/Settings/FrameSettings.cs * Update changelog
…ndle systems. (#378) * Added a function (HDRenderPipeline.ResetRTHandleReferenceSize) to reset the reference size of RTHandle systems. # Conflicts: # com.unity.render-pipelines.high-definition/Runtime/RenderPipeline/Camera/HDCamera.cs * Update changelog * Update CHANGELOG.md Co-authored-by: sebastienlagarde <sebastien@unity3d.com>
…hen lookdev is open. (#380) * Fixed flickering of the game/scene view when lookdev is running. * Update changelog
…OnEnable/OnDemand probes (#316) * render until ambient probe is ready * remove comment * changelog
* Fixed some GCAlloc in the debug window # Conflicts: # com.unity.render-pipelines.high-definition/Runtime/Debug/VolumeDebug.cs * Update changelog
* Removed logic in the UI to disable parameters for contact shadows and fog volume components as it was going against the concept of the volume system. # Conflicts: # com.unity.render-pipelines.high-definition/Editor/Sky/AtmosphericScattering/FogEditor.cs * Update changelog
…ion table between different instances. (#483) * PBR Sky renderer now shares its internal precomputation table between different instances. # Conflicts: # com.unity.render-pipelines.high-definition/Runtime/Sky/PhysicallyBasedSky/PhysicallyBasedSkyRenderer.cs * Doc update * Update changelog
… when switching the background mode. (#481) * Put more information in Camera background type tooltip and fixed inconsistent exposure behavior when changing bg type. # Conflicts: # com.unity.render-pipelines.high-definition/Runtime/RenderPipeline/Camera/HDCamera.cs * Update changelog
…static lighting sky. (#478) * Fixed an issue where asset preview could be rendered white because of static lighting sky. Also fixed an issue where static lighting was not updated when removing the static lighting sky profile. # Conflicts: # com.unity.render-pipelines.high-definition/Runtime/RenderPipeline/HDRenderPipeline.cs * Update changelog
…using multiply mode for vertex color (#424) * Saturate vertex color to avoid negative values. * changelog
…rofile to 0. (#389) * Change default compensation * Upgrade guide * changelog
close because backport in a separte PR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport of #860