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
// The MIT License (MIT) - https://gist.github.com/bcatcho/1926794b7fd6491159e7 | |
// Copyright (c) 2015 Brandon Catcho | |
using UnityEngine; | |
using System.Collections.Generic; | |
using System.Linq; | |
#if UNITY_EDITOR | |
using System; | |
using UnityEditor; | |
using UnityEditor.Sprites; |