All Projects → godot-extended-libraries → godot-plugin-refresher

godot-extended-libraries / godot-plugin-refresher

Licence: MIT license
Adds a dropdown and refresh button combo to the toolbar for instantly toggling off/on a plugin. Enables faster workflows for Godot plugin developers.

Programming Languages

GDScript
375 projects
shell
77523 projects

Projects that are alternatives of or similar to godot-plugin-refresher

PostgreSQLClient
PostgreSQL connector for Godot Engine in GDScript.
Stars: ✭ 28 (-73.08%)
Mutual labels:  godot, godot-engine, godot-plugin
godot-rpgdb
An easy to use JSON database-manager for Godot.
Stars: ✭ 25 (-75.96%)
Mutual labels:  godot, godot-engine, godot-plugin
viewport-spy
Godot editor UI to spy on what a Viewport is rendering. Useful for debugging.
Stars: ✭ 28 (-73.08%)
Mutual labels:  godot, godot-engine, godot-plugin
godot-uuid
Unique identifier generation v4 for Godot Engine
Stars: ✭ 96 (-7.69%)
Mutual labels:  godot, godot-engine, godot-plugin
GodotTerrainEditorPainter
Heightmap based terrain editor plugin for GODOT with vertex color based terrain shader painting
Stars: ✭ 23 (-77.88%)
Mutual labels:  godot, godot-engine, godot-plugin
godot-skills
A generic, compositional skill system for Godot Engine that uses scenes to design abilities and their effects.
Stars: ✭ 25 (-75.96%)
Mutual labels:  godot, godot-engine, godot-plugin
godot-logger
Simple in-game logger for Godot 4.0
Stars: ✭ 14 (-86.54%)
Mutual labels:  godot, godot-engine, godot-plugin
discord.gd
Discord Bot API wrapper for Godot. Make bots in GDScript.
Stars: ✭ 69 (-33.65%)
Mutual labels:  godot, godot-engine, godot-plugin
godot-android-plugin-firebase
Godot 3.2.2 Android plugin for Firebase
Stars: ✭ 41 (-60.58%)
Mutual labels:  godot, godot-engine, godot-plugin
Godot-DialogPlugin
🗨️ A Dialog Node for Godot Engine
Stars: ✭ 194 (+86.54%)
Mutual labels:  godot, godot-engine, godot-plugin
godot-local-notification
Godot module for local notifications (android and iOS)
Stars: ✭ 111 (+6.73%)
Mutual labels:  godot, godot-engine, godot-plugin
Project-Map
No description or website provided.
Stars: ✭ 52 (-50%)
Mutual labels:  godot, godot-engine, godot-plugin
nativelib-cli
NativeLib is a plugin management system for Godot engine.
Stars: ✭ 19 (-81.73%)
Mutual labels:  godot, godot-engine, godot-plugin
GodotFAN
Facebook Audience Network Ad module for godot
Stars: ✭ 25 (-75.96%)
Mutual labels:  godot, godot-engine, godot-plugin
Persistence
Plugin para almacenar datos de forma persistente en Godot Engine 3
Stars: ✭ 20 (-80.77%)
Mutual labels:  godot, godot-engine, godot-plugin
godot box2d
A C++ module that integrates the Box2D library with the Godot game engine by providing nodes for standard Box2D objects.
Stars: ✭ 32 (-69.23%)
Mutual labels:  godot, godot-engine
Unidot-Importer
Godot Addon to import .unitypackage and other assets designed for Unity Engine.
Stars: ✭ 42 (-59.62%)
Mutual labels:  godot, godot-engine
godot-engine.supabase
A lightweight addon which integrates Supabase APIs for Godot Engine out of the box.
Stars: ✭ 39 (-62.5%)
Mutual labels:  godot, godot-engine
gdinv
More or less universal inventory system plugin for Godot Engine (3.3+). Data-driven.
Stars: ✭ 69 (-33.65%)
Mutual labels:  godot, godot-engine
godot-extras
My collection of various plugins, modules, or patches for Godot
Stars: ✭ 108 (+3.85%)
Mutual labels:  godot, godot-engine

godot-plugin-refresher

This plugin simplifies plugin development for those wanting to make tools for the Godot Editor.

It adds a dropdown and refresh button to the main toolbar in the top-right corner of the Godot Editor. Other plugins' directory names will show up in the dropdown, and clicking the refresh button will simply toggle the plugin off and then back on.

This makes it much easier to iterate on a single plugin since rather than having to...

  1. Click Project Settings.
  2. Go to Plugins tab (first time).
  3. Find the desired plugin.
  4. Click the dropdown.
  5. Select the opposite option.
  6. Click the dropdown again.
  7. Click the original option.
  8. Close the Project Settings.

You instead just...

  1. Click the dropdown (first time).
  2. Select your WIP plugin (first time).
  3. Click the refresh button.

Please consider starring the repo if you like the project and let me know if you have any feedback for bugs / feature improvements in the Issues. If you'd like to support my work, please send tips to my Kofi. Cheers!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].