This asset provides ‘CustomPropertyAttributes’ that allow you to easily customize inspectors. It was created to eliminate the hassle of having to write editor scripts from scratch every time you customize an inspector. We built this using Unity's ‘PropertyAttribute’ and ‘CustomPropertyDrawer’ and improved the biggest issue with ‘CustomPropertyDrawer’ which doesn't allow multiple 'PropertyAttribute's to be applied to a single field to enable free inspector customization.