This file contains 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
// Originally from MALQUA | |
// https://feedback.unity3d.com/suggestions/custom-element-size-in-reorderable-list | |
// http://i.imgur.com/fIbBorr.gifv | |
// and SOCAPEX | |
// https://gist.github.com/Socapex/1d9b45507464681d530b | |
// Modified by Jesse Hamburger | |
using UnityEngine; | |
using UnityEditor; | |
using UnityEditorInternal; |