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
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Resolution Note:
This works as expected as there is no visible indirect ambient lighting in the scene and Ambient Occlusion only affects indirect lighting.