I’m using the shader graph to generate the shader code and manualy adjust Zwrite and Offset in the pass.
This is not ideal, but I have to do it anyway, because I also need some instancing params, which is also not supported by URP shader graph at this point.
Is there somewhere a system to vote for these features being added to the URP shader graph?
Can you give me more details on how you did this? need to fix hair cards seems and HDRP had this depth offset in the hair shader but in URP I don’t know how to do it or if is possible
Right-click the master node in the shader graph and pick the “Show generated code” option. This will open the shader code. You can edit it as needed and save it to your assets folder.