Skip to content

Instantly share code, notes, and snippets.

@smokelore
Last active June 18, 2016 15:50
Show Gist options
  • Save smokelore/dfbd1c6c6a0c7b6ef060caff8c1defaa to your computer and use it in GitHub Desktop.
Save smokelore/dfbd1c6c6a0c7b6ef060caff8c1defaa to your computer and use it in GitHub Desktop.
Shader "CookbookShaders/ScrollingShader"
{
Properties
{
_MainTint ("Diffuse Tint", Color) = (1,1,1,1)
_MainTex ("Base (RGB)", 2D) = "white" {}
_ScrollXSpeed ("X Scroll Speed", Range(0,10)) = 2
_ScrollYSpeed ("Y Scroll Speed", Range(0,10)) = 2
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment