Skip to content

Instantly share code, notes, and snippets.

View Lunchbox4K's full-sized avatar

Mitchell Pell Lunchbox4K

View GitHub Profile
@Lunchbox4K
Lunchbox4K / GameHandlerSpriteSheetRenderer.cs
Last active August 10, 2019 21:00
Unity Component Based Instanced Sprite Sheet Renderer (2019.1) Test
/**********************************************************************
* Unity ECS - Test/Sample Code
* Mitchell Pell
* 2019.07.26
* v0.1
*********************************************************************/
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Unity.Entities;