/godot-powerful

List of plugins to turn godot into a most powerful engine that already is.

MIT LicenseMIT

Godot Powerful Plugins & Essentials v6.0

Power

Motivate-me =D

You can motivate me continue this and a lot of other projects to improve godot-engine, and help a lot of people making their dreams come true:

ko-fi

What this is?

List of plugins that you need in almost any project you make to turn godot into a most powerful engine that already is.

What's new?

  • Improved Organization

  • Created Organization Section

  • Added to Organization Section:

    • Moved Code Snippet to there
    • Moved Command Pallete to there
    • Moved File System view to there
    • Moved GithubIntegration to there
    • Moved QuickPlugin Manager
    • Project Map
    • Folder Node
    • TODO Manager
  • Added to Plugins:

    • Mesh Batcher
    • Weather2D
    • Localization Editor
    • Behaviour Tree
    • Firebase
    • GDScript to C#
    • Native Integration
    • Decal
    • Level of Detail (LOD)
  • Removed from Plugins:

    • ASM Abstract state machine (WIP abandoned project)
    • Runtime Console
    • Screen Debugger
    • Old abandoned TODO plugin
    • Old abandoned Kirisplat Decal plugin
  • Removed from External Tools:

    • HitBox Editor

== Plugins ==

3D Text (Label3D)

  • Hello! This is an addon built for Godot 3.1.x that adds 3D labels to your arsenal of nodes. It's just like a regular label, but in 3D! The addon simply adds a new node called Label3D that you can add anywhere in your 3D environment.
  • Author: @SIsilicon
  • Explore
  • Screenshot

Advanced Background Loader

  • This script allows you to load entire levels and all required assets while playing cutscenes.
  • Author: @MasterPolska123
  • Download

Animation Frame Picker

  • Adds a Frame Picker functionality for 2D Animation, allowing for more efficient keyframing on an animation track.
  • Author: @AniMesuro
  • Download
  • Screenshot

Audio Effect Inspector

  • Audio Effects could be confusing to users who may be unfamiliar with the Audio Engineering environment and its tools. Looking at sliders with no visual feedback may seem a little daunting. This is where the Audio Effect Inspector comes in handy! It enables you to control your tools much easier with a graphical interface; like any VST plugin used in DAWs.
  • Author: @NoodleSushi
  • Download
  • Screenshot

Batch Collisions

  • A plugin that automates the process of adding and updating collision shapes to meshes. Select one or more nodes and press F11 to add convex collision shapes or F12 to add concave ones.
  • Author: @DiV4
  • Download

Behaviour Tree

  • Build complex patterns and behaviors with the native scene tree editor, move behavior nodes around and edit them without fear of cracking the system.
  • Author: @GabrieleTorini
  • Explore
  • Screenshot

Concept Graph

  • An addon for node based content creation directly from the Godot engine editor.
  • Author: @HungryProton
  • Download
  • Screenshot

Decal

  • DecalCO is a shader based solution for the Godot game engine. Decals are a great tool used to add details to a 3d object without having to add more details to its geometry or using really large texture maps.
  • Author: @Master-J
  • Download
  • Screenshot

EasyBlend

  • EasyBlend is a shader which allows you to set a custom blending mode for your canvas item. Included are many of the blending modes you will find in common image editors.
  • Author: @nobuyukinyuu
  • Download
  • Screenshot

Firebase

  • A Google Firebase SDK written in GDScript for use in Godot Engine projects.
  • Author: @GodotNuts
  • Download

GDScript to CSharp

  • Convert GDScript classes to C#. A one click solution that may save you hundreds of hours.
  • Author: @kiriri
  • Download
  • Screenshot

Global Illumination 2D

  • 2D global illumination implemented in the Godot game engine. I made it because I didn't find any examples of this sort of 2D rendering in Godot, and no examples in other engines that had publicly available code.
  • Author: @samuelbigos
  • Download
  • Screenshot

GPU TileMap

  • This is a shader based tilemap alternative, tiles have the same width and height, maps are stored as image textures, for now the maps are saved in the scene
  • Author: @MightyPrinny
  • Download

Inspector Gadget

  • Inspector gadget is a set of GDScript UI controls designed to read and write object properties at runtime. It extends the standard get_indexed() function from the Node
  • Author: @Shifty
  • Download
  • Screenshot

Level of Detail (LOD)

  • This add-on provides level of detail for meshes, lights and particles. It can be used to improve performance in large scenes significantly.
  • Author: @Calinou
  • Explore
  • Screenshot

Localization Editor

  • This is a Godot Editor plugin to manage localization data. The plugin allows you to quickly and easily edit translations in csv format. You can also auto translate your text (build in Google Translator) Remaps are also supported. Resources are assigned very easily using drag and drop. The assigned resources can be viewed in preview window, to check them. Inputs are also checked for errors. The wrong entries are highlighted in color.
  • Author: @VP-GAMES
  • Explore
  • Screenshot

Mesh Batcher

A tool for batching MeshInstance nodes into a single MultiMeshInstance.

  • Provides a new MeshBatcher node for easy implimentation. Simply used the node as a container for MeshInstances.
  • Place and edit individual MeshInstances for granular control.
  • Detects StaticBodies allowing for collisions with a MultiMeshInstance.
  • Author: @OrigamiDev-Pete
  • Explore
  • Screenshot

Modifiers

  • Node that allows the creation of multiple chained modifiers for any node property.
  • Author: @samdze
  • Download
  • Screenshot

Native Integration

  • Make C++ scripts without any external configuration, just plug,make your code, and you're done!
  • Author: @NonUnknown
  • Download
  • Screenshot

Node Connector

  • Plugin for the Godot editor that provides a convenient way to connect a bunch of UI elements to a script.
  • Author: @Rybadour
  • Download
  • Screenshot

Smart Audio Stream

  • think a jumping audio with a duration of 1 sec but your player takes only .5s to do jumps, using the normal AudioStream it will cut the currently playing audio and start it again, with this plugin it knows if a sound is already playing and instead of cut and play again it will set another stream to play so you will hear the sounds without cutting them.
  • Author: @nonunknown
  • Download

Sound Manager 3.0

  • The Sound Manager gives the users a better control over the audio of their games. Using this plugin, it is possible to play every sound of the game using just simple method calls. No more long AudioStreamPlayer lists inside your scenes nor long methods to handle the audio inside every script. It also gives you a better control over the Background Music. The sounds will not stop between scenes anymore, giving you the power to stop it and play it whenever and however you want.
  • Author: @Xecestel
  • https://gitlab.com/Xecestel/sound-manager

SpriteSheet Manager

  • This plugin lets the user deal with irregular spritesheets, and automatically generates animations from selected ones.
  • Author: @nonunknown
  • Download
  • Screenshot

SpriteText

  • Script that can be used as a label that uses a sprite sheet to display text
  • Author: @MightyPrinny
  • Download
  • Screenshot

Text Editor

  • A little plugin to easy-way manage your text files inside your project folder.
  • Author: @fenix
  • Download
  • Screenshot

Tiled To Godot Export

  • Tiled plugins for exporting Tilemaps and Tilesets in Godot 3.2 format.
  • Author: @MikeMnD
  • Download

Trail System

  • Godot Trail System is an advanced trail/ribbon plugin for the Godot Engine similar to Unity3D's system. The plugin offers full features in 3D and basic 2D functionality (it will be updated later).
  • Author: @OBKF
  • Download
  • Screenshot

Volumetrics

  • Hello fellow Godot user. This plugin will enable to create well lit volumetric fog in the game engine. GLES 3 only.
  • Author: @SIsilicon
  • Download
  • Screenshot

VPainter

  • A vertex painting addon for the Godot game engine.
  • Author: @tomankirilov
  • Download
  • Screenshot

Wheater 2D

  • An easy to use 2D Weather for Godot games including wind, rain, snow and some scene darkening...
  • Author: @parachutino
  • Explore
  • Screenshot

== Language Support ==

C++ Helper

Javascript / Typescript

  • This module implements JavaScript/TypeScript language support for the godot game engine. QuickJS is used as the ECMAScript engine.
  • Author: @GodotExplorer
  • Download

Kotlin

  • This is a Kotlin language binding for the Godot game engine. It uses GDNative to interact with Godot's core api's. The binding provides you Godot API's as Kotlin classes, so you can write your game logic completely in Kotlin. It will be compiled into a dynamic library using Kotlin/Native. You don't have to worry about any binding logic. Just write your game scripts like you would for GDScript or C# but with all the syntactic sugar of kotlin.
  • Author: @utopia-rise
  • Download
  • Screenshot

Lua

  • Lua 5.4 language support for Godot Engine 3.2.x-stable (4.0-dev too unstable to work with for now)
  • Author: @perbone
  • Download

Python

  • The goal of this project is to provide Python language support as a scripting module for the Godot game engine.
  • Author: @touilleMan
  • Download
  • Screenshot

Rust

  • Rust bindings to the Godot game engine.
  • Author: @godot-rust
  • Download

== External tools ==

These are tools made with godot, some can run inside the engine itself, others not, but still improves the engine. Since they are "externals" they were not included inside the plugin selector inside the engine

Material Maker

  • This is a tool based on Godot Engine that can be used to create textures procedurally.
  • Author: @RodZill4
  • Download
  • Screenshot

== Organization Plugins ==

Code Snippet Plugin

  • This plugin for Godot 3.2.X adds a popup which lists all available code snippets. The popup is shown with Control+Tab.
  • Author: @Leleat
  • Download
  • Screenshot

Command Pallete

  • A Godot addon inspired by CtrlP, making it faster and easier to open the resource you're looking for in the editor.
  • Author: @IvanFon
  • Download
  • Screenshot

File System View

  • A Godot tool similar to FileSystem dock, allows you to customize filters(views) to work with project resources.
  • Author: @zaevi
  • Download
  • Screenshot

Folder Node

  • Allows to create folder nodes in the tree view. Folder nodes don't have a purpose other than organising your nodes. Usage: Select the nodes you want, right click and select "Reparent to new node", now your nodes are in a folder.
  • Author: @JulienVanelian
  • Explore

Github Integration

  • A complete GitHub integration for your Godot Editor! Manage your project without even opening your browser.
  • Author: @fenix-hub
  • Download
  • Screenshot

Project Map

  • This addon lets you create a "map" of your project to get a better overview and to quickly access your most-used files.
  • Author: @Yogoda
  • Explore
  • Screenshot

Quick Plugin Manager

  • Faster plugin management without going deep into Godot's plugin settings.
  • Author: @mastermarkus
  • Download

TODO - UPDATED

  • A plugin to view TODOs and other tags created in code similar to those found in popular IDEs. // Now with C# Support! //
  • Author: @OrigamiDev-Pete
  • Explore
  • Screenshot

== Honor Mentions ==

Mentions to other repos, like godot-powerful, maybe there you can find something more specific to your project.

Awesome Godot

  • A curated list of free/libre games, plugins, add-ons and scripts for Godot.
  • Author: @Calinou
  • Take me there

Ridiculous Coding (programming visual fx)

  • Similar to vscode's powerful coding it makes your coding experience in Godot 1000x more ridiculous.
  • Author: @Jotson
  • Take me there
  • Screenshot

Next

  • Godot Node Extensions, AKA Godot NExt, is a Godot 3.1+ repository dedicated to collecting basic script classes that are currently unavailable in vanilla Godot.
  • Author: @godot-extended-libraries
  • Take me there