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!
2 Answers
2
You need a format with transparency, like png, or psd. And also use a transparent shader(Material), like transparent/diffuse or transparent/cutout/Diffuse.
Or if your image is just a jpeg,(not transparent such as .png, .gif etc) you can just change the alpha settings.
Thank you! You are the best! :D
– Hjalpmovie