GitHub Gist: instantly share code, notes, and snippets.
A Unity attribute and custom property drawer that automatically syncs a serialized list with an enum. Each list element maps to an enum value, and the drawer adjusts the array size and labels in the inspector. Useful for enum-based configs or state-driven data.















