imjp94 / gd-plug

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

Non root addons dont install correctly #30

Closed Jemy191 closed 5 months ago

Jemy191 commented 5 months ago

Non root addons dont install correctly like godot-box2d It will not install in addons but in the project root. It kind of work with {"install_root": "addons/godot-box2d"} but it is installed in addons/godot-box2d/bin/addons/godot-box2d

Edit: I found that box2D need to be install via the zip file in the release section so this issue do not apply anymore. See #31 for the issue for box2D