很简单的,举个例子: 修改shader中 对应的颜色_Color属性:代码如下: gameObject.renderer.material.SetVector("_Color",new Vector4 (1,1,1,1)); 就完成了,其他属性依葫芦画瓢就会改了。