Skip to content

Instantly share code, notes, and snippets.

View PicassoCT's full-sized avatar
💭
Developing anxiety about developing doing any good..

PicassoCT PicassoCT

💭
Developing anxiety about developing doing any good..
View GitHub Profile
@PicassoCT
PicassoCT / TextureAnimation.shader
Created September 21, 2017 16:07 — forked from mattatz/TextureAnimation.shader
Texture animation shader for Unity.
Shader "Mattatz/TextureAnimation"
{
Properties
{
_MainTex ("Texture", 2D) = "white" {}
_Color ("Color", Color) = (1, 1, 1, 1)
_Cols ("Cols Count", Int) = 5
_Rows ("Rows Count", Int) = 3
_Frame ("Per Frame Length", Float) = 0.5