Skip to content

Instantly share code, notes, and snippets.

View junebash's full-sized avatar

June Bash junebash

View GitHub Profile
// c# companion script
// SpriteUVToShader.cs -------------------------------------------------------------------------------------------------------------------------------- //
// Save you your project, add to your SpriteRenderer gameObject
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
[ExecuteInEditMode]