Files
JJBB/Assets/BuiltinAssets/Shader/DefaultResourcesExtra/Normal-DiffuseFast.shader
2024-08-23 15:49:34 +08:00

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"
}