Search Unity

Question Turning off cast shadows (ForceNoShadowCasting)

Discussion in 'Shader Graph' started by TheOtherMonarch, Oct 20, 2020.

  1. TheOtherMonarch

    TheOtherMonarch

    Joined:
    Jul 28, 2012
    Posts:
    866
    I am using HDRP. I have a particle effect that uses a Shader Graph. It is an exhaust plume. It ends up casting blocky shadows onto the ground. I want to turn off casting shadows. Does Shader Graph have anything like ForceNoShadowCasting?
     
  2. Olmi

    Olmi

    Joined:
    Nov 29, 2012
    Posts:
    1,553
    Hi,

    Have you tried turning off the shadow casting in the particle Renderer settings?

    It should disable the shadow casting if you are using HDRP/Lit or some other built-in shaders, or a custom Shader Graph.