↧
Answer by skatecastorGP
Hi, Put this tag "Tags {"LightMode" = "Always"}", but the tris count will go up a lot
View ArticleAnswer by whydoidoit
You should just be able to do this: half4 LightingUnlit(SurfaceOutput s, half3 lightDir, half atten) { return half4(s.Albedo, s.Alpha); } Then make your #pragma #pragma surface surf Unlit
View Article