fullinspector icon indicating copy to clipboard operation
fullinspector copied to clipboard

Support and consistency of property attributes

Open lazlo-bonin opened this issue 10 years ago • 2 comments

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.

lazlo-bonin avatar Jun 28 '14 01:06 lazlo-bonin

Makes sense to add them. Thanks. HeaderAttribute is supported in the next release as InspectorHeaderAttribute.

jacobdufault avatar Jun 28 '14 11:06 jacobdufault

Note that as of 2.4 that [InspectorHeader] and [InspectorTextArea] are available. I'll add the rest for 2.5.

jacobdufault avatar Aug 19 '14 18:08 jacobdufault