Skip to content

Instantly share code, notes, and snippets.

View HugoVG's full-sized avatar
🐦
Borb

Hogo HugoVG

🐦
Borb
  • 19:58 (UTC +02:00)
View GitHub Profile
@HugoVG
HugoVG / ripple.shader
Created September 13, 2023 10:26 — forked from gkaizer1/ripple.shader
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