All Godot about…

K
Game

Starship Olympics

Starship Olympics is a fast-paced, local multiplayer party game developed with Godot Engine. Players control starships in top-down arena battles, competing in various challenges and competitions.

Tool

Line Collider 2D

Line Collider 2D is a Godot Engine script that dynamically generates collision shapes from an array of Line2D nodes. This tool simplifies the creation of collision boundaries for prototypes and games by automatically creating a collision shape chain that follows the provided lines.

Godot-3 Physics Tool Godot 3
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

GodotOnReady

GodotOnReady is a C# source generator for Godot 3.x that provides `onready`-like functionality for C# scripts, eliminating the need for reflection. It offers attributes to load nodes/resources and execute methods during `_Ready`.

Library

Godot-Slicer

Godot-Slicer is a module for the Godot Engine, porting Ezy-Slicer to allow dynamic slicing of convex meshes. Built in C++, it provides a Slicer node to trigger slices of Mesh geometry using a plane.

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
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

Volumetrics

This Godot plugin enables well-lit volumetric fog using voxel-based techniques, ideal for creating atmospheric effects. It includes a 3D texture creator and a demo scene for showcasing its capabilities.

Game

Broken Seals

Broken Seals is a 3D third-person RPG developed with a custom version of the Godot Engine, focusing on complex gameplay reminiscent of old-school MMOs. It features both multiplayer and single-player capabilities and aims to run on multiple platforms, with a PC-first design.

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

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.

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

StoryTeller Engine

StoryTeller Engine is a Godot 3.x plugin for creating interactive fictions and dialog systems. It allows for the creation of narrative-driven experiences through GDScript or a built-in editor, offering a flexible approach to storytelling in games.

Tool

godot-ink

GodotInk is a Godot Engine 4 plugin that integrates the Ink scripting language for creating interactive narratives. It provides a seamless way to use Ink stories within Godot projects, leveraging C# and .NET.

Library

godotdetour

godotdetour is a GDNative plugin for Godot Engine (3.4+) implementing recastnavigation for fast 3D navigation using navmeshes, agents, dynamic obstacles, and crowds. It offers runtime navmesh creation, agent avoidance, multiple navmeshes, and is highly configurable.