DataTablePlugin's icon

DataTablePlugin 1.0.0 Tools 4.6 Community

Submitted by user pupil337; MIT; 2026-03-23

A data table plugin that allows you to create a Resource and edit it in godot main screen.

You can double-click data_table.tres, and the select one row, and edit it data in the Inspector, when you edit property in inspector, plugin will save data to data_table.tres.

Simple Usage:
1. create DataTable-type Resource.
2. create TableRowBase-type GDScript, and declare some @export (static type) in it.
3. double-click [1]file, and set it TableRowScript property to[2], save it.


View files Download Submit an issue Recent Edits