Skip to content

Instantly share code, notes, and snippets.

// Initial Concept by http://www.reddit.com/user/zaikman
// Revised by http://www.reddit.com/user/quarkism
using System;
using System.Linq;
using UnityEngine;
using UnityEditor;
using System.Reflection;
[CustomEditor(typeof (MonoBehaviour), true)]