I want to upload png image in diffuse but i want also transparent img
in diffuse they will add automatically background
Please help i want to use texture because I am upload according to mesh
Hi @Jack,
If you are using it on an element component, given your PNG has an alpha channel, the element will automatically pick up and not render the transparent pixels.
If you are using it on a material, you need to do two things to get the same behavior:
- Add the image to the diffuse channel
- Add the image to the opacity channel and set
Blend Type
toAlpha
andColor Channel
toA
.