Tags: asset

Tool

Debanding Material Shader

This is a simple material shader for Godot 3.2.x that adds debanding noise to fix banding effects, specifically for the GLES2 renderer which lacks full-screen debanding support. It's designed to be easily integrated into existing projects by either using the provided ShaderMaterial or copy-pasting the debanding code.

Library

GodotPhoenixChannels

GodotPhoenixChannels is a GDScript implementation for the Channels API of the Phoenix Framework, enabling Godot games to connect to Phoenix Channels. It facilitates real-time communication between Godot projects and Elixir/Phoenix backends, supporting features like presence tracking and event handling.

Tool

Level of Detail (LOD)

This Godot 3.x add-on introduces Level of Detail (LOD) functionality for meshes, lights, and particles, significantly boosting performance in large scenes. It supports dynamic adjustments based on distance, enhancing visual quality and frame rates.

Tool

godot-ply

godot-ply is a Godot Engine plugin for in-editor box modeling, designed for gray boxing and prototyping 3D levels directly within the editor. It supports Godot 4 and offers tools for mesh editing, including face extrusion, edge manipulation, and vertex adjustments.

Library

Godot SQLite

Godot SQLite is a GDNative wrapper that provides SQLite3 database support within Godot 4.x (and 3.x in a separate branch) projects. It simplifies data management by enabling direct SQLite database interactions without complex build configurations.

Library

Entity Spell System

The Entity Spell System is a C++ module for Godot Engine, designed to handle entities, spells, auras, and related mechanics commonly found in RPGs. It supports both 2D and 3D games and includes networking capabilities for authoritative multiplayer implementations.

Tool

Godot-Trail-System

Godot Trail System is an advanced trail/ribbon plugin for the Godot Engine, supporting both 2D and 3D functionalities. It offers features like variable width, color gradients, texture tiling, and customizable smoothing algorithms, making it suitable for creating effects like vehicle skid marks or Tron-like trails.

Tool

Anima

Anima is a Godot Engine add-on that simplifies UI animation creation with a concise syntax, offering built-in animations and easing options. It allows developers to create complex animation sequences with less code compared to using Godot's built-in Tween node.

Tool

Scrolling Background

This Godot Engine plugin provides a customizable scrolling background node for 2D games. It simplifies the creation of seamless and visually appealing backgrounds in both Godot 2 and 3.

Godot-3 Plugin Asset Godot 3
Library

Kehom's Godot Addon Pack

Kehom's Godot Addon Pack is a collection of GDScript addons for Godot 3.2+, including tools for debugging, networking, UI, data management, and more, accompanied by a demo project.

Tool

Godot NDI

Godot NDI integrates the NDI® SDK, enabling NDI playback and output from Godot viewports. It supports Godot 4.4+ and is designed for live event productions, projection mapping, and broadcasting.

Tool

Tiled importer

This plugin allows importing TileMaps and TileSets from the Tiled Map Editor into Godot Engine. It supports various Tiled features and formats, making it easier to integrate Tiled maps into Godot projects.

Godot-3 Tool Plugin Asset Godot 3.0+
Tool

Aseprite Wizard

Aseprite Wizard is a Godot plugin designed to simplify the import of Aseprite animations into Godot projects. It supports various import methods and node types, streamlining the animation workflow for game developers.

Tool

Grass Plugin

This Godot Engine plugin efficiently handles large amounts of grass, foliage, and vegetation within game environments. Designed for use with static meshes, it offers good performance even in extensive scenes.

Tool

AnimatedShape2D

AnimatedShape2D is a Godot 4 addon that allows you to customize collision shapes for each frame of an AnimatedSprite2D animation. This is useful for creating precise hitboxes, hurtboxes, and hardboxes for character animations.

Library

FMOD GD4

FMOD GD4 provides an integration of the FMOD Studio API for Godot 4.4, enabling advanced audio functionalities within Godot projects. This plugin supports event playback, bank management, and editor integration for streamlined audio development.

Tool

Catppuccin Theme

Catppuccin theme for Godot offers a soothing pastel color palette in four flavors: Latte, Frappé, Macchiato, and Mocha. It provides both text editor and interface themes for Godot 4, with Godot 3 support available on a separate branch.

Tool

Dialogue Manager

Dialogue Manager is a Godot 4.4+ addon for creating branching dialogues. It offers a script-like editor and runtime for easy integration into your game.

Demo

Godot-GameTemplate

Godot Game Template is a starting point and reference project designed for creating games with the Godot Engine, particularly suited for top-down shooter games. It offers a recommended project structure and includes a library of general-purpose scripts.

Library

godot-rapier-2d

Godot Rapier Physics is a 2D and 3D physics engine drop-in replacement for the Godot game engine, offering better stability, performance, and features like fluids and deterministic simulations. It integrates the Rapier physics engine and Salva fluids simulation library.

Tool

Funexpected Flash Tools

Funexpected Flash Tools is an Adobe Animate plugin that rasterizes and exports projects for use with the Godot Engine, streamlining the process of integrating Flash-based content into Godot.

Tool

Cartographer

Cartographer is a GPU-powered terrain editor for Godot 3, enabling the creation of detailed and customizable 3D terrains. It supports features like GPU Clipmap LOD, layered terrain materials, heightmap sculpting, and a custom TextureArray importer for optimized performance.

Library

Godot Shaders

Godot Shaders is a free and open-source shader library by GDQuest, offering a wide range of 2D, 3D, and screen shaders with demo scenes. It's currently being ported to Godot 4, with a stable version available for Godot 3.

Tool

Syntax themes by Geequlim

A collection of syntax themes for the Godot Engine, including Chester, Google Code Light, and Monokai. This resource allows developers to customize the look and feel of their Godot editor's code.

Tool

CSG Mesh Exporter (.OBJ)

The CSG Mesh Exporter plugin for Godot Engine allows users to export CSG meshes to .OBJ files for improved editing performance. It simplifies the process of converting complex CSG structures into static mesh data.

Tool

Flash Module

This module enables the use of Adobe Animate (Flash) animations within the Godot Engine. It provides a FlashPlayer node to render Flash documents, offering a streamlined workflow for integrating Flash-based content into Godot projects.

Tool

Maaack's Menus Template

Maaack's Menus Template is a comprehensive Godot 4 template providing a ready-to-use menu system, including main menu, options, credits, and scene loading. It supports multiple resolutions and input methods, suitable for game jams and commercial projects.

Tool

SimpleGodotCRTShader

SimpleGodotCRTShader is a Godot shader that simulates CRT displays, providing a retro look with distortion, color bleeding, and scanlines. It supports Godot 4.x, 3.x, and 2.x with customizable parameters for each effect.

Godot-4 Godot-3 Shader Beginner Asset Godot 4.x, 3.x, 2.x
Tool

BoxCam2D

BoxCam2D is a Godot Engine plugin providing a simple way to implement grid-based 2D camera movement. It's designed for Godot 3.x and offers an easy setup for 2D projects requiring a room or grid-based camera system.

Library

Health, HitBoxes, HurtBoxes, and HitScans

This Godot plugin provides components for managing health, damage, and healing in 2D and 3D games. It includes Health, HitBox, HurtBox, and HitScan nodes for implementing robust combat and damage systems.

Tool

Maaack's Game Template

Maaack's Game Template is a comprehensive Godot 4 template providing a ready-made main menu, options, pause menu, credits, scene loader, and example game scene. It supports both new and existing projects, offering a scalable foundation for game development.

Tool

AutoColliders

AutoColliders is a Godot Engine plugin for automatic collider generation, initially focusing on 2D CollisionPolygon2D nodes and with plans to expand to 3D meshes. It simplifies the process of creating collision shapes for sprites directly within the editor.

Tool

CRT Shader

This is a Godot 3 shader that simulates a CRT display, providing a retro look to your 2D games. It includes various adjustable parameters like curvature, vignette, scan lines, and chromatic aberration.

Tool

Godot Game Tools

Godot Game Tools is a Blender add-on designed to simplify the process of creating and importing assets into the Godot Game Engine. It streamlines the workflow between Blender and Godot, enhancing asset creation.

Tool

TerraBrush

TerraBrush is a C# terrain heightmap editor for Godot 4, allowing users to sculpt, paint textures, and add foliage, water, and snow. It supports LOD, multi-zones, and custom shaders for creating detailed and optimized terrains.

Godot-4 3D Csharp Tool Asset Godot 4.4
Tool

UI Design Tool

The UI Design Tool is a Godot 4 plugin that provides an intuitive UI design workflow directly in the editor. It allows importing and managing fonts, styling UI elements, and batch editing, enhancing the visual development process.

Tool

Auto Tile Layer

AutoTileLayer is a Godot Engine addon for Godot 2.x that enables automatic 2D tiling using the RPG Maker's Autotile format. It simplifies tile-based game development by automating the tile selection process based on neighboring tiles.

Library

QuestSystem

QuestSystem is a minimal and modular addon for Godot 4.4+ that simplifies the creation of custom quests with an easy-to-use API and resource-based quests. It supports CSV and POT localization and is fully typed for type safety.

Tool

Godot Spin Button

The Godot Spin Button addon provides a versatile horizontal selector with extended options for Godot Engine 4.x. It enhances user experience by allowing users to conveniently choose options in a horizontal arrangement with customizable navigation and appearance.

Tool

Texture Packer

Texture Packer is a Godot Engine module for creating texture atlases at runtime. It supports texture merging, layering, and packing with features like custom filters, background colors, and margins, enhancing runtime texture management.

Tool

Godot Polygon 2D Fracture

This tool provides simple scripts for fracturing and cutting 2D polygons in Godot. It supports Delaunay and cut-line fracturing methods, polygon restoring, and includes helper functions for polygon manipulation.

Tool

2D Destructible Objects

This GDScript plugin for Godot 3 allows you to easily create destructible 2D objects. It divides a sprite into blocks that explode upon impact, adding dynamic destruction to your game.

Tool

TileSet Builder

TileSet Builder is a Godot 3.x plugin that simplifies the creation of tilesets from spritesheets. It generates either *.tscn (scene) or *.tres (tileset) files based on user-defined parameters like sprite sheet path, tile size, offset, and spacing.

Godot-3 Tool Plugin Asset Godot 3.x
Tool

VPainter

VPainter is a vertex painting addon for the Godot game engine, allowing users to paint directly on meshes within the 3D editor. It provides tools for brush painting, color picking, blurring, and filling, with support for pressure-sensitive pen tablets and various blending modes.

Tool

Shell Fur

Shell Fur is a Godot Engine add-on that introduces a fur node, enabling realistic fur rendering on 3D models. It supports customization through shaders, physics, and blendshape styling, suitable for hero props and characters.

Tool

Godot VirtualJoystick

This Godot 3.3 plugin provides a virtual joystick for mobile games, supporting both 2D and 3D projects. It's designed for easy integration and use in commercial projects, encouraging sharing and support.

Tool

Tree generator

The Tree Generator plugin is a tool for Godot Engine 3.2.4 that enables the creation of 3D trees, similar to SpeedTree. It's currently under development but offers an example scene for tree design.

Godot-3 3D Tool Plugin Asset Godot 3.2.4
Demo

2D Day/Night Cycle

This Godot 3 project provides a 2D day/night cycle using CanvasModulate and Light2D for a moon light effect. It includes examples for cycles with and without moon light, and features a debug overlay for testing.

Tool

EffekseerForGodot3

EffekseerForGodot3 is a runtime plugin for Godot Engine 3.x that allows users to display effects created with Effekseer. It supports multiple platforms and requires specific build tools for each.

Godot-3 Plugin Asset 3D Godot 3.x
Tool

Virtual Joystick

A simple and powerful virtual joystick for touchscreens in Godot. It offers customizable appearance, multiple joystick modes, input action support, and visibility options to enhance your game's mobile experience.

Library

godot-box2d

Godot Box2D is a GDExtension providing a Box2D physics server for the Godot Engine. It offers improved stability and determinism compared to the built-in physics engine, but is currently unmaintained and awaiting updates based on the box2c release.

Tool

Godot Minimal Theme

Godot Minimal Theme is a custom editor theme designed to refine the default Godot interface by correcting spacing and formatting issues while preserving the original look and feel. It offers enhanced customization through editor settings and supports multiple Godot versions.

Godot-4 UI Desktop Beginner Asset Godot 4.3, 4.4, 4.5
Tool

Waterways

Waterways is a Godot Engine add-on for generating realistic river meshes with dynamic flow and foam effects. It utilizes Bézier curves for shaping and allows for custom shader integration, making it ideal for creating visually stunning water features.

Tool

GATT - Godot Autotile Texture Templater

GATT (Godot Autotile Texture Templater) is a Godot Engine plugin that simplifies the creation of texture templates for TileMap autotiling. It allows users to generate 2x2, 3x3 minimal, and 3x3 minimal 3/4 view tilesets with custom block sizes and colors.

Tool

Voxel-Core

Voxel-Core is a GDScript voxel plugin for Godot Engine, enabling in-engine creation, import, and editing of voxel content. It offers features like automatic UV mapping, various meshing modes, and in-engine editors for both VoxelObjects and VoxelSets.

Tool

Godot XR Tools

Godot XR Tools provides a collection of support files and scenes to facilitate AR and VR development within the Godot Engine. It offers components and tools to streamline the creation of XR experiences, supporting multiple Godot versions.

Godot-4 Godot-3 3D VR AR Open Source Plugin Asset Demo Godot 4.2, 4.3, 4.1, 4.0, 3.5
Tool

PixelPen

PixelPen is a free and open-source pixel art editor built with the Godot Engine, functioning as both a Godot addon and a standalone application. It supports GDScript and C++ through a GDExtension plugin, offering tools for pixel art creation and animation.

Tool

Importality

Importality is a Godot Engine add-on that simplifies importing graphics and animations from various formats like Aseprite, Krita, Pencil2D, Piskel, and Pixelorama. It streamlines the integration of external graphics into Godot projects.

Tool

Godot Radial Menu

This is a Radial Menu addon for Godot Engine, created with shader code for performance. It supports snapping, custom center node, and various visual customizations.

Tool

Scatter

ProtonScatter is a Godot 4 add-on for procedural and non-destructive asset placement within scenes. It automates the positioning of props, allowing for efficient scene population without manual placement.

Tool

SmartShape2D

SmartShape2D is a Godot plugin for creating textured 2D polygons, ideal for terrain and level design. It supports both Godot 4 and Godot 3, allowing for easy creation and manipulation of 2D shapes with tilemap-like textures.

Library

WaterSplash 2D node

A 2D water splash node for the Godot game engine. This module, created for the game LittleShadows, allows developers to easily add water splash effects to their 2D games.