Open petterthowsen opened 2 years ago
Thanks for the feedback. With the Beta out I'm planning to update this plugin.
@BraindeadBZH I see. It was available via the asset library iirc, so I assumed it was compatible. Anyway, good to know! :)
It was compatible with the alpha version at the time of submission for the AssetLib.
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
Thanks for the feedback. As Godot 4 is now official, I will try finalize this plugin. Unfortunately I cannot give an ETA.
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?