Search Unity

Question How do you make light goes through a transparent object without using alpha clipping?

Discussion in 'High Definition Render Pipeline' started by NewMagic-Studio, May 15, 2023.

  1. NewMagic-Studio

    NewMagic-Studio

    Joined:
    Feb 25, 2015
    Posts:
    454
    Hi,
    If i use a transparent object like a window light doesn't go through by default, i need to change the alpha clipping. but in that way it just ignores the shader and let the light go through, i want to apply effects like blur to a transparent object but also let light go through
     
  2. Remy_Unity

    Remy_Unity

    Unity Technologies

    Joined:
    Oct 3, 2017
    Posts:
    703
    You can disable shadow casting on the mesh renderer.
     
    NewMagic-Studio likes this.