top of page

Dissolve Effects

The following visual effects are implemented with Amplified Shader Editor in Unity. They are applied when I needed a smooth transition from one material to another, as well as a smooth occurrence.

01

Vertical UV-Based Dissolve

The left visual effect is realized based on sampling on texture coordinates, which mimics a vertical direction blending.

02

Noised Interior Dissolve

The right visual effects is realized based on sampling on texture coordinates and an exterior noise texture. This could be applied to mimic burning effect or smooth disappearing visual effects. 

03

Sphere-masked World Space Dissolve

The left visual effects is realized based on sampling on world space coordinates. This could be applied to make a smooth visual effect for scene occurence or switching.

Application Showcase

The above visual effects are applied in the Building Virtual World Round 1 Project, where you can take a look at the test play video right here. 

bottom of page