kimsama / Unity-QuickSheet

Unity-QuickSheet enables you to use spreadsheet file data within Unity editor.
http://kimsama.github.io/Unity-QuickSheet
MIT License
1.04k stars 191 forks source link

Using UnityEditor.IMGUI.Controls to display column header on a Import Setting. #38

Open kimsama opened 7 years ago

kimsama commented 7 years ago

There is a new API set, added on Unity 5.6.x, still it is beta stage though, under the UnityEditor.IMGUI.

UnityEditor.IMGUI.Controls seems to be one can replace current column-header setting.

The problem of the current column-header setting is that it works fine but got a bit nasty in the code side.

So, it can be better to change with MultiColumnHeader when it is available after releasing final version of Unity 5.6.x.

kimsama commented 6 years ago

Example on community forum: https://forum.unity.com/threads/new-treeview-api.447169/