Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser




Quick Information

This addons allow you to have a datatable system like what you can found inside UE. This allow you to create a structure of data, then create a table of item that use this structure, all of this in a nice interface!Nearly all Godot types are available!
💾Godot DataTable Plugin
A plugin that give you the ability to create datatable directly inside the editor.
If you got some suggestions (features, types, etc.), found a bug, or want to say something about it, open an issue! 🙂
Download it on the Godot Asset store or on GitHub!
✨Features
Nearly all types supported (int, string, Rect2, Vector4, Projection, etc.)
A nice UI directly integrated within the editor
A class that give you the ability to get, set or remove element inside a table
An auto-update system (But you can choose to don't do the update if you want!) Original Creator: Nathanhoad for Godot Input Helper under MIT License
The ability to create an element that is an array inside a table with other elements
Complete class documentation with example and details
All data are saved inside a PackedDataContainer that allow you to serielizes them with ease!
Collection system - A feature that allow you to create multiple datatable file for one project
Setting a default value for each parameters of a structure
Generate a base class from your structure
👨💻Upcoming Features
The ability to link other table / table item inside another table
Example project
Want something and don't see it here? Make an issue!🙂
❔FAQ
Can I use C# with this plugin?
The C# is not actually supported, I will work on it if it's needed, but for now I want first to finish this plugin feature before maybe doing it. If needed, please open an issue
I created my table, and added elements in it, how can I access it?
You can access it by using the Collection
class!
©License
This plugin is licensed under the MIT License, see License for more info.
This addons allow you to have a datatable system like what you can found inside UE.
This allow you to create a structure of data, then create a table of item that use this structure, all of this in a nice interface!
Nearly all Godot types are available!
Reviews
Quick Information

This addons allow you to have a datatable system like what you can found inside UE. This allow you to create a structure of data, then create a table of item that use this structure, all of this in a nice interface!Nearly all Godot types are available!