Skip to content

Instantly share code, notes, and snippets.

View zledas's full-sized avatar

Žilvinas Ledas zledas

View GitHub Profile
@zledas
zledas / ReadMe.md
Created June 20, 2026 20:09
Improved searchable `enum` value selector for Unity

Improved searchable enum value selector for Unity

This is an improved enum value selector for Unity editor. It offers value selection popup with searchable list of enum values.

Under the hood it uses Unitys AdvancedDropdown class, but as it has a lot of internal and private functionality, this "exposes" some of it to have nicer behaviour. No external dependencies.

To use it, add [SearchableEnum] attribute to the enum field.