Self-Illuminated Parallax Specular
Reflective Shader Family
Note. Unity 5 introduced the Standard Shader which replaces these shaders.
Reflective shaders will allow you to use a Cubemap which will be reflected on your mesh. You can also define areas of more or less reflectivity on your object through the alpha channel of the Base texture. High reflectivity is a great effect for glosses, oils, chrome, etc. Low reflectivity can add effect for metals, liquid surfaces, or video monitors.
shader-ReflectiveVertexLit
Assets needed:
One Base texture with alpha channel for defining reflective areas
One Reflection Cubemap for Reflection Map
» More details
shader-ReflectiveDiffuse
Assets needed:
One Base texture with alpha channel for defining reflective areas
One Reflection Cubemap for Reflection Map
» More details
shader-ReflectiveSpecular
Assets needed:
One Base texture with alpha channel for defining reflective areas & Specular Map combined
One Reflection Cubemap for Reflection Map
Note:
One consideration for this shader is that the Base texture’s alpha channel will double as both the reflective areas and the Specular Map.
» More details
shader-ReflectiveBumpedDiffuse
Assets needed:
One Base texture with alpha channel for defining reflective areas
One Reflection Cubemap for Reflection Map
One Normal map , no alpha channel required
» More details
shader-ReflectiveBumpedSpecular
Assets needed:
One Base texture with alpha channel for defining reflective areas & Specular Map combined
One Reflection Cubemap for Reflection Map
One Normal map , no alpha channel required
Note:
One consideration for this shader is that the Base texture’s alpha channel will double as both the reflective areas and the Specular Map.
» More details
shader-ReflectiveParallaxDiffuse
Assets needed:
One Base texture with alpha channel for defining reflective areas
One Reflection Cubemap for Reflection Map
One Normal map , with alpha channel for Parallax Depth
» More details
shader-ReflectiveParallaxSpecular
Assets needed:
One Base texture with alpha channel for defining reflective areas & Specular Map
One Reflection Cubemap for Reflection Map
One Normal map , with alpha channel for Parallax Depth
Note:
One consideration for this shader is that the Base texture’s alpha channel will double as both the reflective areas and the Specular Map.
» More details
shader-ReflectiveBumpedUnlit
Assets needed:
One Base texture with alpha channel for defining reflective areas
One Reflection Cubemap for Reflection Map
One Normal map , no alpha channel required
» More details
shader-ReflectiveBumpedVertexLit
Assets needed:
One Base texture with alpha channel for defining reflective areas
One Reflection Cubemap for Reflection Map
One Normal map , no alpha channel required
» More details
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Is something described here not working as you expect it to? It might be a Known Issue . Please check with the Issue Tracker at issuetracker.unity3d.com .
Thanks for letting us know! This page has been marked for review based on your feedback. If you have time, you can provide more information to help us fix the problem faster.Provide more information
Self-Illuminated Parallax Specular