This editor script provide an way to generate multiple ScriptableObject from a CSV file, and to export them back into a CSV if you've made changed in the editor. This script allows the fast iteration ...
It use unity TreeView control to draw the table, and SerializedObject to handle drawing the property, so it should hand undo/redo and property drawer. It work on all Monobehaviour subclass and on all ...