/EditorGUITable

A beautiful, easy-to-use and customizable table to display in the Unity Editor

Primary LanguageC#

EditorGUITable

A beautiful, easy-to-use and customizable table to display in the Unity Editor!

This plugin helps programmers to create nice visual editors for artists and game designers to use in the Editor.

Forget the neverending lists of lists of parameters to tweak!

It uses the GUILayout elements and just organizes them in a table, so the style is consistent with the rest of the editor.

Various levels of customization

5 options to draw the table, to cover all the needs, from the basic to the most complex.

  • Just give the collection as parameter and let the plugin automatically create columns for each property
  • Choose which properties you want to display
  • Pass a function that creates the GUI for the cells from the elements of the collection
  • Create each entry to draw in the table

Documentation

Unity Package