Skip to main content
1 of 16
user avatar
user avatar

The basic setup goes like this:

Assign some UVs to the area where you want the image to be:

enter image description here

Use the alpha channel of the image to control how the image is overlaid on the color of the shader:

enter image description here

or you can use the image to control how two shaders combine:

enter image description here

user1853