很简单的,举个例子: 修改shader中 对应的颜色_Color属性:代码如下:gameObject.renderer.material.SetVector("_Color",new Vector4 (1,1,1,1));