godot_data_editor icon indicating copy to clipboard operation
godot_data_editor copied to clipboard

A data editor plugin for the Godot game engine

Results 2 godot_data_editor issues
Sort by recently updated
recently updated
newest added

Using this add-on with Steam version of Godot (i.e. 2.1.4 stable) I always get an error ``` ERROR: SelfList::List::~List: Condition ' _first!=0 ' is true" At: core\self_list.h:80 ``` after stopping...

there are 2 ways to run this add'on. 1)runing from the godot editor (it apear beside the assetlb tab) or runing the scene from the project itself: 2)get_tree().change_scene("res:///addons/godot_data_editor/data_editor_gui.tscn") if i...