i am making a game thing where it loads images off the web at runtime and assigns the texture to objects. but i was wondering for images with transparent backgrounds or transparentness in it how do i get it to load on the object correctly
You need to make sure the alpha is set correctly in the PNG file (JPG doesn’t support alpha, unfortunately) and use a material with a shader that supports transparency.