Files
FueraDeEscala/Assets/Game Kit Controller/Integrations/LimbHacker-master/Muffin Shaders/Doublesided (One-Tex).shader
2026-03-29 23:03:14 -07:00

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