Modify textures at runtime

动态修改Texture

Modify textures at runtime?
http://answers.unity3d.com/questions/7906/modify-textures-at-runtime.html

Texture.Apply();

for texture modification you can use Texture2d class's functions like setpixels and getpixels
you should do all of your setpixels and then call apply function.

posted @ 2016-04-07 11:29  elfnaga  阅读(107)  评论(0编辑  收藏  举报