Skip to content

Instantly share code, notes, and snippets.

View webmonch's full-sized avatar

Vladyslav Melnychenko webmonch

View GitHub Profile
@webmonch
webmonch / ResizeReorderableListExample.cs
Created October 9, 2016 21:38 — forked from PostEpoch/ResizeReorderableListExample.cs
Resize Unity Reorderable List example.
// 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;