Plugins

  • Volume Layered Shader
    4.2
    v1.0.3Shaders

    View volumetric data in Godot. Great for visualizing your Texture3D.

    By: blackears
  • Image to terrain tool
    3.2
    v0.2.13D Tools

    This addon allows you to create a terrain from an image. It uses the layers of an image and constructs the geometry using each pixel color. Currently, it supports a "terrain" layer, and a "water" one. See included images in the demo folder. The image must be in TIFF format, uncompressed.

    By: angelqba
  • QuizNodes
    3.0
    vv0.1.0Tools

    QuizNode add a custom-type for the handling of custom quizzes. Sorry the documentation is in spanish.

    By: MatiasVME
  • Godot Notes
    3.1
    v1.0Tools

    This tool allows to keep notes and ideas of your project. It adds a Notes dock that contains a text box allowing you to write and save - by project - all the ideas that go through your head. Notes are saved in a notes.txt file inside the plugin folder.

    By: Roboweb
  • Translations From JSON (Godot 3.x)
    3.5
    v1.0Misc

    This is a small plugin that allows loading translation texts from JSON files. Usage: 1. Install the plugin into your project 2. Add JSON translations files into your project in .json format. 3. Add the file to translations using Project Settings > Localization > Add (Select "All files (*)" to see the JSON file) Example JSON Format: { "locale": "en", "messages": { "HELLOWORLD": "Hello world!", "ANOTHERTEXT": "This is another text." } }

    By: AliYil
  • Finite State Machine
    3.5
    v1.2.32D Tools

    A plugin with FSM and its component State and Transitions as Nodes.

    By: mechPenSketch
  • HeinDraw - Image Editor
    4.1
    v1.1Tools

    HeinDraw is a lightweight image editor addon that provides essential tools needed for quick image adjustments. # Features * Effects (brightness, contrast, saturation, hue, color replace, transformation) * Custom effect shaders can be added to hein_draw/effects. * Image Tools(resize, rotate, flip, crop) * Frames (outline, vignette, circular vignette) * Draw (stroke, brushes, pixel erase, seamless painting mode, randomize brush) * Custom brushes can be added to hein_draw/brushes. * Full Undo/Redo support. * pixel grid overlay and nearest neighor texture filter mode for editing retro arts * More to be added in future

    By: heinthet
  • GodotPlayBilling
    4.2
    v1.2.0Tools

    Godot Plugin to integrate Google Play Billing Library.

    By: Achyuta Studios
  • Anaglyph Camera
    3.2
    v1.0Shaders

    This plugin adds a new camera that creates a 3D anaglyph effect. For the addon itself, install only the silicon.3d.anaglyph folder. For the whole demo, install everything.

    By: SIsilicon
  • ZzSprite Godot
    4.0
    vv1.0.22D Tools

    Procedurally generate monsters and other sprites for your game right in the engine! A port of ZzSprite (A Tiny Sprite Generator) by Frank Force to Godot Seeds from the web version of ZzSprite are 100% compatible with the godot port!

    By: CactiChameleon9
  • GodotPDF
    4.0
    v1.5Tools

    Provides simple PDF creation and export functionality. Check plugin.cfg for more detailed documentation Check sample.gd for example usage

    By: Nolan.Ng
  • HealthBar2D
    3.5
    v0.2.02D Tools

    This project is a Godot Engine addon that adds a HealthBar2D node to the editor. It extends the TextureProgress node and can be used to make various Progress bars that can represent Health, Stamina, Hunger, etc. Read README.md for instructions and take a look at example.tscn.

    By: vishu
  • SDF for Visual Shaders
    4.2
    v1.1.0Shaders

    Collection of Signed Distance Functions in the form of Godot Visual Shader Language nodes.

    By: kubaxius
  • Sync Deck
    4.2
    v1.6Tools

    This is a Godot 4.x plugin that enables the Godot Editor to send build games to the Steam deck. Tested on MacOS and Linux, as the scp application is needed.

    By: MBolt
  • GDCC - Godot Component Creator
    4.1
    v1.0Tools

    A plugin for Godot that allows you to create components from one project and then reuse them in other projects without the hassle of copy and pasting...

    By: BornaK
  • Idle Queue
    4.0
    v1.0.1Tools

    Singleton script that will process methods during idle time on the main thread. The IdleQueue singleton places callables in a queue to be executed when the cpu is not busy, prioritizing the physics and main processes of the game with minimal effect on the frame rate. This allows methods to be run in the background on the main thread. (All member functions of this singleton are thread safe).

    By: ZombieHartGames
  • Basic 3d Starter
    4.1
    v1.0.0Templates

    Godot 4 template, with shader, prototyping with CSG objects, animation, smooth character controller.

    By: Luking
  • Makefile Launcher
    3.2
    v1.0Tools

    Plugin to execute or build make targets from the Godot Editor. The plugin adds a new dock to the bottom panel called Make that reads the makefile in your project root directory and creates a list build targets, each triggerable from the UI. You're free to configure build targets however you like: - Automations - Execute scripts - Build and compile programs - GDNative development User defined variables can also be passed to make routines. See the github repository for further details.

    By: Samdze