This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am phest on github. | |
* I am stephthirion (https://keybase.io/stephthirion) on keybase. | |
* I have a public key ASBJqViGdZ63jY_KiM3bHiDfSyLjKF4EWyhk7uhRKXwQlAo | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Shader "Custom/StandardSurfaceShaderWithVertexColor" { | |
Properties { | |
_MainTint("Global Color Tint", Color) = (1,1,1,1) | |
} | |
SubShader { | |
Tags { "RenderType"="Opaque" } | |
LOD 200 | |
CGPROGRAM | |
#pragma surface surf Lambert vertex:vert |