PNG transparent image on material isn't working correctly

Hello. I have a png image with a transparent background which I want to add to a material so the background would be clear with just the image remaining. It doesn’t seem to work properly however since it only left the color yellow and erased everything else.

I normally make the material blend mode “translucent” and link it to base color and opacity, but it just isn’t working for this particular image. Any help would be greatly appreciated.

Just connect the Texture Sampler’s “A” output to Opacity

2 Likes

The opacity pin is expecting a grayscale image, you’re giving it color :slight_smile:

plug one of the color pins or the alpha pin from the texture in the alpha pin of the end node.