Hello everyone,
I am looking for a way to create transparent images. I'm not talking about transparent in the "ignore-pixels-of-a-certain-color" kind of transparent. I want to know if there is a way to create a truly transparent, see-through image. I was able to do it by copying the image into a sprite, but this is not suitable. The reason is I'm trying to make a screen fade-out effect. I did it by positioning a sprite right in front of the 3d camera, copying the image to the sprite, then fading it out. However, because the 3d camera is still moving, the effect seems very choppy. So I wonder if, instead of using a sprite, a true 2d image can be used. Only I can't find a way to fade out a 2d image. Does anyone have any suggestions?
I am looking for a way to create transparent images. I'm not talking about transparent in the "ignore-pixels-of-a-certain-color" kind of transparent. I want to know if there is a way to create a truly transparent, see-through image. I was able to do it by copying the image into a sprite, but this is not suitable. The reason is I'm trying to make a screen fade-out effect. I did it by positioning a sprite right in front of the 3d camera, copying the image to the sprite, then fading it out. However, because the 3d camera is still moving, the effect seems very choppy. So I wonder if, instead of using a sprite, a true 2d image can be used. Only I can't find a way to fade out a 2d image. Does anyone have any suggestions?