Sort
  • Godot Version Management
    3.5
    v1.0.3Misc

    This addon is for developpers that want a centralized place for version naming / build number and then display it in game. It allow you to configure version and build in project settings. These configurations are synchronized to all existing export of your project. Moreover configurations can be loaded for in game display.

    By: erasor
  • 3D Low-Poly Exterior Plants
    3.5
    v1.0.0Misc

    This asset contains the Shapespark Low-Poly Exterior Plants Kit converted to Godot 3D tscn files ready to be dropped into scenes. Some models also come with StaticBody versions to allow for collisions. It also comes with a demo scene to view all the assets.

    By: Malcolm Nixon
  • GodotBlockchain
    4.0
    v1.1.0Misc

    This tool provides a set of nodes that allows you to integrate with the ThirdWeb.com blockchain libraries.

    By: blockimperium
  • Telegram Bot API
    3.3
    v1.0Misc

    A GDScript addon to interact with a Telegram Bot in Godot Engine.

    By: fenix
  • Godot Google Analytics
    4.3
    v1.0.0Misc

    A plugin that enables Google Analytics 4 tracking in Godot games.

    By: englishtom
  • Godot Plushie Viewport Pet
    4.1
    v1.0.0Misc

    Adds a cuddly companion to your viewport, much like a desktop pet! If you leave them alone for a while, they might get sleepy... Sprites by SplendidDog on itch.io!

    By: Kosro
  • Assorted Controls
    4.2
    v1.0.0Misc

    An incomplete collection of various control nodes. • HVSlider: A 2D slider that goes from bottom left to top right, used to set independant values for the horizontal and vertical axis. • HRangeSlider: A slider that goes from left to right, used to adjust a range by moving grabbers along a horizontal axis. • VRangeSlider: A slider that goes from bottom to top, used to adjust a range by moving grabbers along a vertical axis.

    By: Detomon
  • Subtitles
    3.4
    v1.1Misc

    Display subtitles and captions to increase the accessibility of your game.

    By: BryceDixon
  • GodotEnv
    3.2
    v1.0.0Misc

    This addon was made for .env file consuming and creation in Godot Engine

    By: cuca
  • Audio Haptics
    4.2
    v1.1.0Misc

    This native extension (GDExtension) for the Godot Game Engine allows you to use audio based controller haptics as found on DualSense or Switch Pro controllers on desktop platforms. Supported Controllers: - DualSense - DualSense Edge (untested) Supported Operating Systems: - Linux with PipeWire - Linux with PulseAudio - Windows (untested) Usage: 1. Download the latest release of the extension and add it to your project 2. Create a new audio bus, mute it and add the ControllerHaptics effect to it Example Audio Bus layout 3. Play audio on the newly created haptics bus

    By: timoschwarzer
  • Anomaly Aces Table
    3.5
    v1.0.0Misc

    Plugin to help create customizable tables

    By: anomalyaces
  • GDBlas
    4.2
    v1.4.0Misc

    This native Godot extension provides real and complex matrix algebra. It also includes ODE solver based on ODEINT, BoostC++ Geometry algorithms. Checkout demos: https://github.com/dmrokan/gdblas/releases/download/v1.4.0/demo.zip https://github.com/dmrokan/gdblas/releases/download/v1.4.0/demo3d.zip

    By: dmrokan
  • Sprout Lands UI
    4.0
    v0.2.0Misc

    Made in collaboration with Cup Nooble. https://cupnooble.itch.io/

    By: Maaack
  • Godot NVDA Integration
    4.2
    v1.0.0Misc

    A simple GDExtension that integrates the NVDA screen reader with Godot! You can: - Send text to NVDA to speak, that falls back to Godot's TTS - Send text exclusively to NVDA - View NVDA integration status And more! Useful for making games for blind players! Yay, accessibility!

    By: NightBlade
  • Texture Progress of Subunits
    3.0
    v.1Misc

    TextureProgressOfSubunits Godot asset to create a texture progress (health bar) of individual subunits Why? A simple progress bar does not give any visual indication of how much "stuff" is left. Historically, a label is given to show this: 400/640 for example. Some games, like Overwatch, solve this problem by making the health bar out of individual subunits that give an immediate indication of the amount of health each character has.

    By: jarlowrey
  • Leap Motion driver
    3.0
    v1.1Misc

    GDNative Leap Motion driver for Godot 3.0.3 and newer. Windows binaries only at this point in time.

    By: Mux213
  • 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
  • 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
  • EZ Sfx and Music
    4.0
    v0.0.1Misc

    This is a collection of utility nodes for easy loading and playing of sound effects and music

    By: ghoulbroth
  • Collapse Folders
    4.2
    v1.0Misc

    A very basic Godot addon that adds the VS Code "Collapse Folder" button to the Filesystem dock.

    By: poohcom1
  • 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
  • Number To Words
    3.4
    v0.1.2-alphaMisc

    Convert numbers to words in GDScript.

    By: verillious
  • Health Node
    4.1
    v0.1.2Misc

    A custom node designed to store and update the health amount of a node, emitting signals based on health amount changes and set properties. The node enables the addition of health capabilities, which can be adjusted by invoking the update_amount function. It can automatically send signals based on changes in the health amount and set properties.

    By: JBSnippets