Skip to content

Instantly share code, notes, and snippets.

View gkaizer1's full-sized avatar

Gary Kaizer gkaizer1

View GitHub Profile
@gkaizer1
gkaizer1 / ripple.shader
Last active December 31, 2023 00:51
Unity example of ripple effect
Shader "Unlit/ripple_shader"
{
Properties
{
_MainTex ("Texture", 2D) = "white" {}
_amount ("_amount", Range(0.01, 1.0)) = 0.5
_spread ("_spread", Range(0.01, 1.0)) = 0.5
_width ("_width", Range(0.01, 1.0)) = 0.5
_alpha ("_alpha", Range(0.01, 1.0)) = 0.5