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… :slight_smile:

And yes, I want to keep my water moving!

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.