Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Bug Custom shaders not written using ShaderGraph are invisible

Discussion in '2021.2 Beta' started by joeconstable97, Sep 22, 2021.

  1. joeconstable97

    joeconstable97

    Joined:
    Jul 30, 2013
    Posts:
    49
    Hi all,

    I've found a bug in 2021.2 for URP - The title says it all really.

    I first noticed this when using Amplify Imposters
    upload_2021-9-22_18-15-48.png

    and then later with some trees that I bought on the Unity Asset Store.

    upload_2021-9-22_18-16-25.png

    The issue only comes up when the object is using a custom shader (for URP) that wasn't written in Shader Graph.

    I've found that I can fix this by setting the Render Queue on the material to transparent but obviously that's not ideal since it will mess with the render order.