How to Create a Transparent Window Effect in Unity

Tristan Engel
Aug 13, 2021

--

In this article we cover how to create a material that is transparent to use for window glass.

Our window wall object has 4 places for materials. As seen below element 3 is the window glass.

Changing the materials alpha channel under the Albedo has no effect.

Let’s create a new material in our project panel: WindowGlass. Next we applied it to our Mesh Renderer > Element 3. See the result below.

Set Rendering Mode to Transparent for our WindowGlass material.
Now if we change the alpha under Albedo we get a transparent window.

--

--

Tristan Engel
Tristan Engel

Written by Tristan Engel

Aspiring developer that’s self-learning Unity & C# to transition to a career with Unity. I got a passion for creating interactive experiences.

No responses yet