Sort
  • Simple Main Menu
    4.2
    v0.9.5Templates

    A simple Main Menu for Godot 4.0 with : Start Menu with an Option Menu that include a Video Option & Audio Options

    By: sin
  • Modular Components
    4.2
    v1.0.0Tools

    Set of Components that can be used to speed up the creation of multiple things! The Components that currently exist are the: 1. VelocityComponent 2D and 3D 2. HealthComponent 3. HurtBoxComponent 2D and 3D 4. HitBoxComponent 2D and 3D

    By: ItsMeAlec
  • 2D Hexagon TileMapLayer Navigation Class
    4.3
    v1.1.12D Tools

    This is a Godot plugin that adds a global class that navigates 2D TileMapLayers with hexagon-shaped cells. Works for Godot version 4.3 and up. Check out the Repo for a more detailed explanation of how to use this class!

    By: DubiousDuck
  • GDScript Signals
    4.0
    v1.0.2Scripts

    Provides a GDScript helper class called "Signals" which exposes static functions for interacting with collections of signals, like Signals.all(), similar to Promise.all() in JavaScript.

    By: ava
  • Godot-BlurHash
    4.1
    v1.1.02D Tools

    BlurHash encoder/decoder implementation in GDScript

    By: rsubtil
  • UV Inspector
    3.2
    v1.0.9Tools

    Small tool to inspect the UV maps of ArrayMeshes

    By: alexpana
  • Animator Import
    3.4
    v0.52D Tools

    Importer plugin for Autodesk Animator FLIC animations (FLI and FLC) and some other file formats that can be saved from Animator (images, polygons, palettes, and masks). This can be used with the open sourced version of Autodesk Animator or to import animations from other applications that can export FLIC files.

    By: pelle
  • Screenshot queue
    3.3
    v1.0Scripts

    Take in-game screenshots without visible pauses or frame time spikes. Queues screenshots and writes them to time stamped files in user directory using a separate thread.

    By: fractilegames
  • 3D Animated Robot
    3.1
    v1.0Misc

    This model can help as a placeholder asset for any 3D game. It comes packed with different animations.

    By: Golden
  • RandUtils
    3.2
    v0.2.0Tools

    A collection of RNG (Random Number Generator) utilities for the Godot Engine. This addon provides: - Random string generation - Random boolean with ability to specify probability - Random normalized Vec2 and Vec3 - Random Color with customizable HSV ranges - Random item(s) from array - Random byte(s) This addon provides a RandUtils class, which contains static methods used to generate data. As the methods are static, you don't have to instantiate the class. Check the readme for more information, including usage: https://github.com/JulienVanelian/godot-rand-utils

    By: julienvanelian
  • LineMap2D
    4.1
    v1.02D Tools

    LineMap2D is a Godot 4 plugin based on Line2D that allows developers to create textured 2D lines while supporting dynamic adjustments to point positions, rotation, scaling, and other properties. The plugin runs in tool mode (@tool), making it suitable for visual design directly within the editor. LineMap2D 是一个基于 Line2D 的 Godot 4 插件,允许开发者创建带有纹理的 2D 线条,同时支持动态调整点的位置、旋转、缩放等属性。本插件支持在 工具模式(@tool) 下运行,可用于编辑器内的可视化设计。

    By: GuoXiaoYao
  • Simple Normal Ocean
    3.1
    v1.0.0Shaders

    An very performant ocean shader that uses only a few generated normal maps to create the illusion of an actual ocean

    By: creikey
  • Unicode Normalizer
    4.0
    v0.1.2Scripts

    Tookit to handle removing diacritics and substitutable characters from unicode strings. Provides a UnicodeNormalizer singleton that helps normalize your unicode strings by : - removing diacritics (decomposing, then keeping only the first character) - substituting fallback characters - being blazingly fast (binary search) - being lightweight - being extensible Its replacement database is built from the official unicode.org data. It is only about 16Kio. Usage Example : You can use the `normalize` method on the autoload singleton `UnicodeNormalizer`: UnicodeNormalizer.normalize("Dès Noël, où un zéphyr haï me vêt") # "Des Noel, ou un zephyr hai me vet" You can also exclude some characters from the normalization by removing the from the mapping : var allowed_decomposables := "éàè" for i in allowed_decomposables.length(): UnicodeNormalizer.mapping.remove_decomposable(allowed_decomposables.unicode_at(i)) Finally, the UnicodeNormalizer is made to be extended, in order to adapt to specific needs.

    By: Goutte
  • DateTime
    4.3
    v1.1Scripts

    DateTime and Schedule class for handling many time related tasks.

    By: chairfull
  • Fractal Shaders
    3.0
    v1.0Shaders

    Contains shaders for * Julia fractal * Mandelbrot fractal * Sierpinski carpet Read description on Github to see how to set it on ColorRect

    By: Chaosus
  • RPG Text Box
    3.2
    v1.0.02D Tools

    An RPG style RichTextLabel node that plays a message bit by bit with accompanying sound.

    By: Bubbline
  • Sqids
    4.2
    v1.0.1Scripts

    Official GDScript (Godot Engine) port of Sqids. Generate short unique IDs from numbers.

    By: TsFreddie
  • Extended Shader Plugin
    3.1
    v0.4Misc

    This is a tool/demo that adds a new type of shader with preprocessing functionality such as #define's and #include's which gives the ability to add code from other shader files. Please read the README file included.

    By: SIsilicon
  • Auto Screenshot
    4.3
    v1.0.1Tools

    Automatically take in-development screenshots of the full editor, the 2D or 3D viewport, even in-game testing at regular intervals.

    By: gertkeno
  • Free fly camera
    4.3
    v1.0.03D Tools

    This is a versatile free-fly camera for Godot, designed to handle 3D character movement with smooth camera controls. It features adjustable movement settings, mouse sensitivity, sprinting, head rotation clamping, and more. It's perfect for exploring 3D environments or any other project that requires a free-form camera perspective.

    By: highlife
  • Snap-Castle Mesh Library
    3.5
    v1.1.0Misc

    This asset contains a mesh library for constructing castles. The meshes come with StaticBody collision shape so the player can explore the interior of the buildings. The latest updates include doors, chests, sconces, and ruins.

    By: Malcolm Nixon
  • Tile Palette
    3.4
    v1.22D Tools

    Provides bottom panel palette for tile maps

    By: nklbdev
  • Rush Request
    4.1
    v1.0Misc

    Rush Request is the easiest way of making HTTP requests with JSON in Godot 4. Inspired by the JS library Axios, it creates requests in a Promise-like way.

    By: Eranot
  • PostFX
    4.3
    v0.0.2Tools

    This is a re-write of my old Screen-Space Post Processing plugin called "Post Process"

    By: ItsKorin