SD-20250415ABSO\Administrator 321e38cb79 冠军框架迁移
2025-04-18 19:18:15 +08:00

17 lines
215 B
Plaintext

Shader "MeshBaker/AlbedoShader" {
Properties{
_MainTex("Base (RGB)", 2D) = "white" {}
}
Category{
Lighting Off
ZWrite On
Cull Back
SubShader{
Pass{
SetTexture[_MainTex]{
}
}
}
}
}