Search Issue Tracker
Fixed in 13.x.x
Votes
1
Found in [Package]
master
Issue ID
1363584
Regression
No
[HDRP] Path tracer does not support Physically Based Sky
Physically based sky is know for controlling Sunlight color and intensity based on Directional light angle, among other things. When used with path trader the Sunlight color is the same no matter what angle is used. We should either update the doc page that Physically based sky is not supported or if possible try to implement the support.
More discussion: https://unity.slack.com/archives/C6Y79CZM0/p1631014112158900?thread_ts=1630495265.100500&cid=C6Y79CZM0
Documentation page: https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@12.0/manual/Ray-Tracing-Path-Tracing.html
Reproducetion:
1) Open the project
2) Enable Sun 1 + path tracer
3) Enable Sun 2 + path tracer
Notice the angle changes but the light color does not.
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- EditorGUILayout.PropertyField foldout icon inside Vertical Layout Group has an incorrect indent when used with OnInspectorGUI()
- [Android] [iOS] "NullReferenceException: Object reference not set to an instance of an object" throws when entering the Play Mode/opening the application
- The Player freezes on load when building Web platform
- Animator "Conditions" tab breaks when the only Parameter is deleted and another one is created
- "Shader error in 'Universal Render Pipeline/Lit': maximum ps_5_0 sampler register index (16) exceeded" error thrown after a build is completed when the "LOD Cross Fade" parameter is enabled
Cascho01
Oct 27, 2021 07:18
Fixed in 2021.2.0f1:
"HDRP: Fixed support of directional light coloring from physical sky in path tracing."