Skip to content

Instantly share code, notes, and snippets.

@poga
Created September 22, 2013 17:44
Show Gist options
  • Save poga/6662155 to your computer and use it in GitHub Desktop.
Save poga/6662155 to your computer and use it in GitHub Desktop.
Shader "Custom/White" {
Properties {
_Color ("Color", Color) = (1,1,1)
}
SubShader {
Color [_Color]
Pass {}
}
FallBack "Diffuse"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment