Client/Unity
[Unity] Material에 Shader 바꾸기
령호
2015. 1. 13. 21:08
Material m = this.renderer.material;
m.shader = Shader.Find("shader path");