gd-plug - Plugin Manager's icon

gd-plug - Plugin Manager 0.2.5 Tools 4.0 Community

Submitted by user imjp94; MIT; 2023-06-11

Minimal plugin manager for Godot

This version is only compatible with Godot 4.x, check out godot3(https://github.com/imjp94/gd-plug/tree/godot3) branch for older version

Install with gd-plug-ui(https://godotengine.org/asset-library/asset/1926) to manage plugins in editor.

- Minimal
No dependencies other than Godot and git
- Self-contained
One script to run them all
- Zero learning curve
Config file written in GDScript
- Version freeze
Freeze plugins by branch, tag or commit
- Reduce remote repository size
Dependencies can now be installed with just a single-line shell command
- Clean uninstall
*.import files or import resources located in /.import that generated by plugin will be cleaned as plugin uninstalled
- Multi-threaded
Parallel download/installation

v0.2.5:
Completely fix stuck while executing commands
Support gd-plug-ui

v0.2.0:
Port to Godot 4.0

v0.1.1:
Fix inner class name conflict with other plugins & support for headless/server build

If gd-plug already installed, you may upgrade from command-line:
godot --no-window -s plug.gd upgrade


View files Download Submit an issue Recent Edits