Releases: JoseGomis299/TableForge
Releases · JoseGomis299/TableForge
TableForge-1.0.5
Bugs Fixed:
- NullReferenceException when changing data stored in tables after the TableForge tab is closed.
- Solve warnings and adapt obsolete code
TableForge-1.0.4
Bugs Fixed:
- Initialization issue that caused NullReferenceException or Crashes.
- Corrected rows and columns context menus when the table is transposed.
TableForge-1.0.3
Bugs Fixed:
- Properties from inherited classes wouldn't be serialized in TableForge.
- Field order fixed for inheriting classes. (Inherited fields first)
TableForge-1.0.2
Added features:
- Adjust size button in the toolbar that adjust the size of all cells to their preferred size.
Bugs Fixed:
- When pasting a collection into another part of the table disappears.
- Subtable content dissapears when updating the table.
- SerializedReference not serializing properly.
Known Issues:
- In Unity 2022, when refreshing the table, or adjusting its size could lead to unexpected behaviours like hiding subtable contents or resizing the table wrong. This can be solved by refrashing again, changing tab or closing and opening the affected subtables.
TableForge-1.0.1
Bugs fixed:
- When pasting a value in a subtable sometimes the value was propagated to other cells not involved in the operation.
- Collection subtables didn't refresh properly when undoing actions that modified them.
TableForge-1.0.0
Initial release