This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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; |