- Home /
Is it possible to make textures transparent?
Hi, I am new to Unity and I'm making water (the basic version). I just wanted to know if there is a way to make textures transparent in Unity. I'm not good at scripting but I'll do anything to get rid of the ugly looking water... :)
And yes, I want to keep my water moving!
Answer by psycocrusher · Mar 30, 2013 at 12:08 AM
You need a format with transparency, like png, or psd. And also use a transparent shader(Material), like transparent/diffuse or transparent/cutout/Diffuse.
Answer by HunterKrech · Mar 30, 2013 at 12:37 AM
Or if your image is just a jpeg,(not transparent such as .png, .gif etc) you can just change the alpha settings.
Your answer
Follow this Question
Related Questions
Detonator Framework works, but explosion edges are noticeable 1 Answer
How to adjust the transparency of the shader? 0 Answers
Multiple Transparent Textures On One Mesh 1 Answer
Moving an object 1 Answer
Transparent Water 0 Answers