Godot DataTables
by YulRun | MIT
This plugin brings Unreal Engine's renowned "DataTable" paradigm directly into Godot 4.7+. Say goodbye to relying on generic JSON/CSV files that break static typing and lack native engine integration. Godot DataTables provides a highly scalable, visual
Godot DataTables This plugin brings Unreal Engine's renowned "DataTable" paradigm directly into Godot 4.7+. Say goodbye to relying on generic JSON/CSV files that break static typing and lack native engine integration. Godot DataTables provides a highly
Swapback Array
by plaught-armor | MIT
A lightweight Godot 4.4+ addon for efficient array management using the swap-back technique
A lightweight Godot 4.4+ addon for efficient array management using the swap-back technique. Two classes for Nodes and a static helper for packed data: SwapBackArray — O(1) append and O(1) remove_at(index) . No reverse lookup, so every mutation is as
loading more results...