Skip to content

Instantly share code, notes, and snippets.

View MohammedAlsayedOmar's full-sized avatar
🐔

Mohammed Alsayed Omar MohammedAlsayedOmar

🐔
View GitHub Profile
@MohammedAlsayedOmar
MohammedAlsayedOmar / Dissolve.shader
Created October 25, 2017 07:20
5 Materials Dissolve Shader - Unity
//Reference: http://halisavakis.com/my-take-on-shaders-dissolve-shader/
//Special Thanks to Jack Raymond (https://www.facebook.com/john.raymond.125)
Shader "Custom/Dissolve" {
Properties{
_Color("Color", Color) = (1,1,1,1)
_MainTex1("Albedo (RGB)", 2D) = "white" {}
_SliceGuide1("Slice Guide (RGB)", 2D) = "white" {}
_SliceAmount1("Slice Amount", Range(0.0, 1.0)) = 0