BraindeadBZH / datalogue

Godot plugin to manage game data
MIT License
31 stars 4 forks source link

Not compatible with 4.0 ? #3

Open petterthowsen opened 2 years ago

petterthowsen commented 2 years ago

It seems broken on godot 4, alpha 17. First issue was the plugin_main.gd was returning a Texture for get_plugin_icon, where it should return a Texture2D. Fixing that wasn't enough though, so... is it not compatible?

BraindeadBZH commented 2 years ago

Thanks for the feedback. With the Beta out I'm planning to update this plugin.

petterthowsen commented 2 years ago

@BraindeadBZH I see. It was available via the asset library iirc, so I assumed it was compatible. Anyway, good to know! :)

BraindeadBZH commented 2 years ago

It was compatible with the alpha version at the time of submission for the AssetLib.

jxj5034 commented 1 year ago

Having the same issue. Looks like Directory.new() and similar methods were depreciated and replaced with DirAccess https://docs.godotengine.org/en/stable/classes/class_diraccess.html I don't know enough about the inner workings of this to fix it. As of right now this plugin does not work in Godot 4.0

BraindeadBZH commented 1 year ago

Thanks for the feedback. As Godot 4 is now official, I will try finalize this plugin. Unfortunately I cannot give an ETA.