I have an issue that my trees in a scene are way too dark on the side that is not directly lit by the directional light.
When using an indirect lighting controller with indirect diffuse lighting multiplier se to something like 2, default unity HDRP shaders and terrain all get correctly brighter, but not my trees with a custom shader for vertex animation. I’ve tried to fiddle around with it to come up with a solution to this but nothing I’ve tried seems to do the trick.
The best solution so far is to use the ‘none’ normal mode on the double sided vegeation. It looks ok from some angles, but wrong in others and with no level of control.
Does the indirect light controller volume not work with custom shadergraph shaders? Can it work?
Is there a workaround that I could use for this?