Plugins

  • 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
  • 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
  • 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
  • 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
  • Godot-BlurHash
    4.1
    v1.1.02D Tools

    BlurHash encoder/decoder implementation in GDScript

    By: rsubtil
  • 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
  • UV Inspector
    3.2
    v1.0.9Tools

    Small tool to inspect the UV maps of ArrayMeshes

    By: alexpana
  • 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
  • Godot Frame Converter
    3.4
    v1.0.1Tools

    This simple Editor Script will convert your frame animations to frame_coords animations, introduced in Godot 3.2. Just select a target AnimationPlayer, open this script in Script Editor and choose File -> Run. Check the repo for more info and animated example.

    By: KoBeWi
  • 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
  • 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
  • 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
  • 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
  • Sqids
    4.2
    v1.0.1Scripts

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

    By: TsFreddie
  • SettingCore
    3.4
    v1.0Tools

    Small tool to make simple settings for a godot project, include file saving/loading with objects. It include a demo folder whit a basic example.

    By: GianptDev