Is there a working transparent reflective shader avaliable?

I need to create a puddle on the wet grond of my level. But I have dificult to find a good transparent reflective shader around the web. I need one where I can control the intensity of reflection and transparency of the difuse by alpha values on the image. I tried the shader avaliable on the wiki: http://wiki.unity3d.com/index.php/Glass_Shader but it is not working…

I am using unity4 Pro.

Thanks in advance!

2 Answers

2

I too, am having the same issue. I’m considering making the puddle in a modelling program such as Max, where you can make and apply the textures/materials. Since mine is static, I can do a screen grab from the position of the puddle and use that as the environment map.

Yeah man, Unity has some poor shaders avaliable for us. Look at the Decals for example. Horrible. Well, good luck for you! I still haven't found the shader I am looking for. Maybe I should learn CG Program to be able to create on myself...

This may work well.

http://answers.unity3d.com/questions/259218/reflection-and-transparency.html

credit where credit is due, thanks amirabiri.