Major Update


Features in the next major release of Simple Data Tables.

  • Custom Data Types
    This will allow a row field to be defined as a custom class or enum.
  • Table Template
    The 'Create Table' window has been moved into a Scriptable Object. This will allow the column data type and structure to be updated after a table has been created.
  • Rearrangeable  Columns
    As part of the new table template object there will now be a way to rearrange the order of columns after a table has been created.
  • Column Width
    While defining a table it will be possible to set a custom width. This can be used to improve the readability of some fields.
  • New Data Storage system
    Behind the scenes the way that data tables are structured / stored has been entirely overhauled. From the outside, nothing should change, however, it should be more efficient. This has been changed to make some of the previously mentioned features possible. Technical explanation :  All tables and rows are now children of base classes limiting their size by allowing code reuse.
  • CSV and XML Import / Export (Possible)
    Allows developers to import and export table data as a CSV or XML file.

Due to technical limitations this version will only be compatible with Unity 2020 and up. 
Although this will be the final major update for Simple Data Tables, I plan to continue fixing any bugs which appear into the future.  

Get Simple Data Tables (Unity Asset / Editor Extension)

Leave a comment

Log in with itch.io to leave a comment.