Plugins

  • Quake Mapper
    4.2
    v1.03D Tools

    Mapper plugin provides a way to manage game directories with map resources. Construct Godot scenes from maps using your own scripts and run them without the plugin. Organize map resources into game expansions by specifying alternative game directories.

    By: ELF32bit
  • EditorScript Launcher
    3.5
    v0.2Tools

    A hotbar for launching your editor scripts. Adds a hotbar with buttons for each of your editor scripts so you can write scripts to speed up your Godot development. Scripts can specify custom UI so you can pass parameters. Example: Add `res://code/editor/rename.gd` that extends LaunchableScript and it will show up as a button in the bottom bar. The script has access to Godot's EditorInterface so you can modify the selection, scene, or anything!

    By: idbrii
  • RngUtils
    4.0
    v1.1Tools

    Random number generation utils for Godot 4 - Random integer range - Random float range - Random item(s) from an array - Random item(s) from an array with weighted

    By: shank
  • CarbonGD
    4.3
    v0.0.1Demos

    Carbon Design System, now in Godot!

    By: BTOTHER
  • OpenAi-api Godot
    4.2
    v1.0Tools

    This plugin integrates OpenAI's GPT and DALL-E APIs into Godot, allowing easy access to these powerful AI tools within your Godot projects.

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

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

    By: mechPenSketch
  • MeshLODGenerator
    4.0
    v1.0Scripts

    LOD generator addon for Godot 4.x, suitable for mesh quality ingame settings.

    By: official.pumpking.dev
  • 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
  • Arabfunny Generator
    4.4
    v69.420.1337Projects

    Infinite random arabfunny generator. (r/arabfunny)

    By: Pawlogates
  • 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
  • Hex Grid / Tilemap Basics Demo (With Video)
    4.0
    v1.0.2Demos

    This project shows the basics for how to work with tile maps and tile sets (which includes hexgrids). This includes how to click on cells in a tilemap, and cycle through a cell's alternatives Tilemap setup guide included in this video (I made this video) https://youtu.be/1qmXFIJU1QE

    By: ThinkWithGames
  • GodotCrowdControl 4.1
    4.1
    v2.0.0Misc

    This plugin adds support for CrowdControl, allowing it to change how players play the game on streams. Based on https://github.com/nathanfranke/gdextension and the Unity plugin at https://github.com/WarpWorld/crowd-control-unity-plugin Tested against 4.1, 4.1.3 and 4.2.1 This does not add effects to already released games -> I intend to look into this but atm this is not my priority

    By: SilicDev
  • GodotCrowdControl
    4.0
    v1.0.0Misc

    This plugin adds support for CrowdControl, allowing it to change how players play the game on streams. A simple TCP client connects to CrowdControl's client and parses event requests to activate effects that you can define. Simply create a named subclass of CCEffect and the custom registry will take care of the rest. Based on the implementation for Celeste in https://github.com/WarpWorld/CCPack-PC-Celeste

    By: SilicDev
  • 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
  • Eyeball Shader
    4.2
    v1.0.0Shaders

    This set of shaders will let you create realistic eyeballs for your character models.

    By: blackears
  • 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