Question by 
               gamer87 · Sep 01, 2016 at 08:58 AM · 
                textureunity5pluginscolor change  
              
 
              How to create Live Coloring App? Is there any plugin for that?
I need to create a coloring app like
https://www.youtube.com/watch?v=SWzurBQ81CM
https://www.youtube.com/watch?v=EGMjsYHD7Ak
Animations is not important right now. I need to know how the texture color of the model can be changed live.
Thank you
               Comment
              
 
               
              I assume you mean access to the actual pixel data in the texture?
If you have a $$anonymous$$aterial, you can get the texture with $$anonymous$$aterial.GetTexture. If the texture dimension is Tex2D, you can cast it to a Texture2d. From there you have Texture2D.GetPixels and Texture2D.SetPixels to manipulate the pixel data.
 
               Best Answer 
              
 
              Answer by Rajeesh_AR · Sep 01, 2016 at 11:10 AM
Hi, you could use "Region-Capture" plugin for that
This is where you could download the plugin. It also contains the tutorial lik
Your answer