8 lines
206 B
Plaintext
8 lines
206 B
Plaintext
// Does not do anything in 3.x
|
|
Shader "Legacy Shaders/Diffuse Fast" {
|
|
Properties {
|
|
_Color ("Main Color", Color) = (1,1,1,1)
|
|
_MainTex ("Base (RGB)", 2D) = "white" {}
|
|
}
|
|
Fallback "Legacy Shaders/VertexLit"
|
|
} |