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.

Feature Request DrawRendererCustomPass not Public in HDRP 7.5.2

Discussion in 'High Definition Render Pipeline' started by yzhao105, Aug 10, 2021.

  1. yzhao105

    yzhao105

    Joined:
    Sep 15, 2017
    Posts:
    28
    I was trying to set DrawRendererCustomPass override material during runtime, and found that DrawRendererCustomPass is not public.

    Is there any reason why this class is not made public? Or is there an alternative way to set override material during runtime?

    Thanks.