PopupEditor icon indicating copy to clipboard operation
PopupEditor copied to clipboard

PopupEditor is a simple Unity plugin that allows you to ctrl+click the labels of properties to make them pop up in a window.

PopupEditor

This is a simple Unity plugin that allows you to ctrl+click the labels of properties to make them pop up in a window.

Usage

Add the [Popup] property to a field:

[Popup] public SomeType myField;

Ctrl+Left click the field's label. It will pop up an editor window for that field.

Please let me know if something's buggy!