Writing on glass effect

I want to have an glass office door with writing on it. I’ve using images with transparent backgrounds in HUDs with no problem. I cannot figure out how to create a material with transparency.

Thanks in advance!

Cheers

Ray

its actually rather simple. all you need to do have a basic translucent material is to change the blend mode to translucent (see picture below). just select the material node in the graph and you will be able to modify its properties in the details panel. then connect a image or script to the opacity pin, in this case i used the alpha channel from a texture. the opacity is a 0-1 or black-white value where black is translucent and white is opaque. there is also another blend mode called masked which will also make sections of the material fully translucent but it uses the opacity mask pin instead.

I don’t have mats with transparency. When I import images with transparency they look like the attached.

259232-examples.png

THose textures likely do have transprent parts. The preview in the engine doesnt know how to represent areas without alpha so it just takes the last known pixel and repeats that. If you setup a basic material as ive shown you will see that it should work just fine