kimsama/Unity-QuickSheet

Reflecting array type on Inspector

kimsama opened this issue · 3 comments

[ExposeProperty] attribute does not support to reflect array type on Inspector view.

Need replace of [ExposeProperty].

Some resources found on online:

WIP on feature/array-support. Almost done, need cleaning up code and more test before merging it to master.

Done. By the way this update will not backward compatible so all scripts files should be regenerated. Stay tuned till it goes to be merged.

Merged to master.