Skip to content

Instantly share code, notes, and snippets.

@ElementalSpork
ElementalSpork / SimpleGeo.cs
Created July 14, 2016 03:51 — forked from phosphoer/SimpleGeo.cs
Simple Geometry Painter for Unity
// David Evans @phosphoer
// Feel free to use this in your commercial projects
// Let me know if you do cause it will make me feel good and stuff
using UnityEngine;
using System.Collections.Generic;
using System;
#if UNITY_EDITOR
using UnityEditor;