24 lines
416 B
Plaintext
24 lines
416 B
Plaintext
Shader "Noble Muffins/Doublesided (One-Tex, Unlit)" {
|
|
Properties
|
|
{
|
|
_MainTex ("Base (RGB)", 2D) = "white" { }
|
|
}
|
|
|
|
Category
|
|
{
|
|
ZWrite On
|
|
SubShader
|
|
{
|
|
Lighting Off
|
|
Pass
|
|
{
|
|
Cull Off
|
|
SetTexture [_MainTex]
|
|
{
|
|
Combine texture
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|