Skip to content

Instantly share code, notes, and snippets.

View aberloni's full-sized avatar
💅

ABErloni aberloni

💅
View GitHub Profile
@aberloni
aberloni / MatrixEffectColored.shader
Last active August 5, 2025 09:51
Matrix effect based on WillKirkby's shadertoy effect
///
/// https://www.shadertoy.com/view/ldccW4
/// https://docs.unity3d.com/6000.1/Documentation/Manual/SL-Properties.html
/// https://shahriyarshahrabi.medium.com/shader-studies-matrix-effect-3d2ead3a84c5
///
Shader "Unlit/ScreenSpaceMatrixEffectColored"
{
Properties
{
_tint("_tint", Color) = (.1, 1, .35, 1.)