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.

浙公网安备 33010602011771号