摘要: # 功能就是原样显示一张贴图 Shader "My/Unlit" { Properties { _MainTex("Texture", 2D) = "white" {} } SubShader { Tags { "RenderType" = "Opaque" } LOD 100 Pass { CGP 阅读全文
posted @ 2022-08-14 22:27 yanghui01 阅读(164) 评论(0) 推荐(0)