Search Unity

How to turn off shader_feature by LOD.

Discussion in 'Shaders' started by watsonsong, Jun 21, 2017.

  1. watsonsong

    watsonsong

    Joined:
    May 13, 2015
    Posts:
    555
    How can I turn off some shader_feature by LOD if the quality is low.
    I don't want to write many subshader with LOD, I want to avoid too much shader variants. The shaders is much more large in my project.
     
  2. bgolus

    bgolus

    Joined:
    Dec 7, 2012
    Posts:
    12,352
    You'll want to make a copy of your object's material(s) to apply in the LOD mesh with those settings manually disabled.