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
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
Resolution Note:
This works as expected as there is no visible indirect ambient lighting in the scene and Ambient Occlusion only affects indirect lighting.