Search Unity

fix shader for orthographic camera

Discussion in 'General Graphics' started by BigGameCompany, Nov 13, 2020.

  1. BigGameCompany

    BigGameCompany

    Joined:
    Sep 29, 2016
    Posts:
    112
  2. BigGameCompany

    BigGameCompany

    Joined:
    Sep 29, 2016
    Posts:
    112
    fixed it with this

    Cull Off
    Lighting Off
    ZWrite Off
    ZTest [unity_GUIZTestMode]
    blend SrcAlpha OneMinusSrcAlpha
     
    saiber_ken likes this.