Publisher | 1173567542 |
---|---|
File size | 21.19kB |
Number of files | 15 |
Latest version | 1 |
Latest release date | 2019-07-23 07:08:08 |
First release date | 2019-07-23 07:08:08 |
Supported Unity versions | 2018.4.2 or higher |
This plugin makes it possible to create simple editors by simply add some attributes.This will greatly speed up your development and it's easy to extend.It supports the following features by now:
*Button:functions can be exposed to inspector for convenient use
*Uneditable:fields with this attribute will still be shown in inspector, but you can't edit them
*Reorderable:create a list that you can reorder elements by dragging
*Label:change field's label in inspector
*IfShow:use a boolean field or method to control visiable of another field in inspector