fullinspector
fullinspector copied to clipboard
Support and consistency of property attributes
Unity defines some useful PropertyAttributes such as RangeAttribute(int, int)
, HeaderAttribute(string)
, TextAreaAttribute
and MultiLineAttribute
, which are not supported in Full Inspector. As I use these quite frequently, I'd be happy if support for these could be added in a future release.
Makes sense to add them. Thanks. HeaderAttribute is supported in the next release as InspectorHeaderAttribute.
Note that as of 2.4 that [InspectorHeader]
and [InspectorTextArea]
are available. I'll add the rest for 2.5.