Skip to content

Instantly share code, notes, and snippets.

View UtMan88's full-sized avatar

Keith Maggio UtMan88

View GitHub Profile
@heyjoeway
heyjoeway / PaletteCycle.shader
Last active April 19, 2023 02:18
Palette Cycle Shader (Unity)
Shader "Custom/PaletteCycle"
{
Properties
{
_MainTex ("Main Texture", 2D) = "white" {}
colorMap ("Color Map", 2D) = "white" {}
_CycleSpeed ("Cycle Speed", Float) = 200
[Toggle]
_Lerp ("Linear Interpolation", Float) = 0
}