Skip to content

Instantly share code, notes, and snippets.

@kalineh
kalineh / EditorEnumDrawer.cs
Created February 12, 2019 01:28
EditorEnumDrawer.cs
using System;
using System.Reflection;
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
#if UNITY_EDITOR
using UnityEditor;
public class EnumPickerWindow