This simple script allows you to use the [EnumFlags] attribute on your enums to display them in the inspector in an easily editable way.This simple script allows you to use the [EnumFlags] attribute on your enums to visualize them in the editor. With this plugin they simply appear as convenient rows of toggleable buttons, that allow you to quickly see and switch the various flags.The asset also contains extension methods that make frequent enum actions easier. It also offers simple customization options that allow you to determine how content is displayed. A basic example that explains the usage of enumFlags is included as well.