Skip to content

Instantly share code, notes, and snippets.

View Donnotron666's full-sized avatar

Don Bellenger Donnotron666

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]