EnumFlags Inspector extension

Hi !

I was making a procedural map decorator system for the project of a friend and I wanted him to be able to add elements in a database and tweak them in an easy and friendly way. The system heavily relies on flags and checkable buttons where a must have. I found this blog post of Sharkbomb Studio, improved it and made a repository for everyone to use.

Repository link

I’ll be happy to improve / document further if you have any specific needs :slight_smile:

thanks for sharing, have u tried modifying th enum values and see if the values stick in the inspector? This is one of the biggest pain when using enum with the inspector.

This should work out of the box.