- Home /
change part of texture with color or other texture
I want to change part of texture with color or other texture for example user can upload image of a room then will click on the wall then change the color or select wall paper what i'm going to do is GetPixels color of the selected area then replace that color with new color. is this the way to do it or there is better way or a tool to do it I've looked into using:
Texture2D.GetPixels Texture2D.SetPixels
Comment
Your answer
Follow this Question
Related Questions
What is the best way to reset textures in the editor after SetPixels? 1 Answer
Transparent texture and object with changing color 0 Answers
Drawing a solid circle onto texture 2 Answers
For different texture sizes, which is faster? SetPixel or SetPixels? 2 Answers
Best Practice to Combine many textures 0 Answers