Search Issue Tracker
By Design
Votes
1
Found in [Package]
10.0.0-preview.30
Issue ID
1261225
Regression
No
[HDRP] Lit Graph Master Node does not react to Ambient Occclusion input
How to reproduce:
1. Open the attached project named "Case_1261225" (Link in the notes below)
2. Open the "Daylight" Scene
3. Open the Skin shader graph and observe that Ambient Occlusion input is set
4. Try plugging and unplugging the G channel from Sample texture node to the AO input and observe the character's face for any changes
Expected result: Shader's material receives AO once the input is set and the graph is saved (Track_1261225_V2)
Actual result: Shader's material does not react to AO input changes (Track_1261225_V3)
Reproducible with: 2019.4.7f1(7.2.0, 7.3.1, 7.4.1), 2020.1.1f1(8.2.0), 2020.2.0a20(10.0.0-preview.27, 10.0.0-preview.30)
Notes:
1. Could not test below 7.2.0 due to graphs and materials breaking on downgrade
2. While this AO setup does not work HDRP Lit Graph it does work in the PBR graph which was used for the model's armor
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
- Post Processing SMAA breaks when HDR mode R11G11B10 is selected and Color Space is changed
- The "UnityWebRequest.result" of the "UnityWebRequestTexture.GetTexture" method changes when accessing "UnityWebRequest.downloadHandler" texture
- Slider rounding does not allow setting certain valid numbers as Values when Low and High Values not set to default
- UI Builder Canvas has too big resizing zone on the outside of the canvas
- GetCurrentAnimatorClipInfoCount() and GetNextAnimatorClipInfoCount() return 0 when animator is in transition
Resolution Note:
This works as expected as there is no visible indirect ambient lighting in the scene and Ambient Occlusion only affects indirect lighting.