Skip to content

Instantly share code, notes, and snippets.

View ASPePeX's full-sized avatar
🏠
Working from home

Alexander Scheurer ASPePeX

🏠
Working from home
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]