gd-plug-ui - Plugin Manager UI screenshot 1
I

Publisher

imjp94

gd-plug-ui - Plugin Manager UI

Tools
UI Management Customizable Development Compatibility GDScript Showcase Installation

User interface for plugin manager gd-plug(https://godotengine.org/asset-library/asset/962) This version is only compatible with Godot 4.x, check out godot3(https://github.com/imjp94/gd-plug-ui/tree/godot3) branch for older version This addon require gd-plug(https://godotengine.org/asset-library/asset/962) and git. Make sure to update gd-plug to at least 0.2.5(godot4) or 0.1.4(godot3)

Icon gd-plug-ui

User interface for plugin manager gd-plug

Screenshot

Showcase

Installation

Install directly from Godot Asset Library

or

Download this repository, move addons to your {project_dir}

Dependency

gd-plug and git

Make sure to update gd-plug to at least 0.2.5(godot4) or 0.1.4(godot3)

Getting Started

  1. Open Project Settings then navigate to Plugins tab.
  2. Activate gd-plug-ui then navigate to gd-plug tab next to Plugins tab.
  3. Click on Init button.
  4. Start managing plugins in plug.gd at project root, see Getting Started with gd-plug
  5. Click on Update button in gd-plug tab to apply changes.

Getting Started