Transparent Materials in Unity

Kyle W. Powers
May 30, 2021

This short article will show how to make a transparent material in Unity used as window glass for the 3D Stealth Project.

The first thing to do is create a new material that will be applied to the window glass.

Then apply the newly created material to the Mesh Renderer, which is a mesh with multiple materials used on different mesh parts.

Change the material’s Rendering Mode to Transparent, adjust the Alpha value of the Albedo, and instant glass.

--

--