imjp94 / gd-plug

Minimal plugin manager for Godot
MIT License
215 stars 15 forks source link

GDExtentions which needs compilation is ignored by GDPlug #26

Open Kabir404 opened 1 year ago

Kabir404 commented 1 year ago

Hello there!

I really liked your work on this and It makes creating complex projects, especially those which uses the REUSE spec easier.

But an problem that I found while incorporating your plugin into my project is that when downloading GDExtentions/GDNative plugins which doesn't have the plugin files already pre-compiled within the repository refuses to download anything.

Possible workarounds

Affected Plugins: Godot Jolt Godot Version: 4.1.1 Stable

imjp94 commented 1 year ago

Thanks, that's interesting! I think I will go with the Github Releases API solution, this is what I can think of now:

One problem though, .plugged/index.cfg using the src(url) as key so 2 configs with same src will conflict.

Kabir404 commented 1 year ago

It would be nice to let me know when you plan to finally release this feature.

imjp94 commented 1 year ago

I have no planning to implement this yet, not in the near future for sure, as I am busy with my own game project