Sort
  • Bottom Panel Shortcuts
    4.1
    v0.1.0Misc

    Plugin for Godot 4.1 and 4.2. Provides configurable shortcuts for bottom panels. Includes last opened bottom panel and positional shortcuts that depends on currently visible buttons to bottom panels. If you are on higher version (>= 4.3) Godot added Toggle Last Opened Bottom Panel shortcut that is doing the same thing as this plugin, except positional shortcuts. You are still free to use this plugin if you like positional shortcuts (Alt + 1,... Alt + 9). It supports toggle for any bottom window, even the ones that were added through other plugins. More info on the GitHub page: https://github.com/NoctemCat/BottomPanelShortcuts/

    By: NoctemCat
  • Hunspell Spellchecker
    4.4
    v1.0.0Tools

    A native spell-checking solution for Godot using the Hunspell library. Hunspell is an open-source spell checker and morphological analyzer used in popular software like LibreOffice, Firefox, and Chrome. It supports numerous languages, handles complex morphology, and allows custom dictionaries through its flexible affix rules system. Features: Fast, native spell-checking through Godot's GDExtension system Support for multiple languages through standard Hunspell dictionaries Easy-to-use API for spell checking and getting suggestions Support for custom dictionaries (adding/removing words)

    By: brunogbrito
  • Open External Editor
    4.0
    v4.0Misc

    Open an external script editor alongside the built-in editor, allowing you to use features from both at the same time. Visit the repository for setup instructions. Based off the original by calviken (repo now gone)

    By: krayon
  • Fun Coding
    3.4
    v1.0Tools

    Fun Coding is a simple plugin to have some fun while coding.

    By: night_glider
  • TileSetCutter
    3.0
    v1.12D Tools

    TileSetCutter process automaticatly the creation of tileset. This Custom node cut texture into tiles, ignore empty tiles, and create sprite with corrected region texture, this node ease the process to create tileset.

    By: G-Rom
  • Save system
    4.1
    v1.0Templates

    Forming, saving and loading game data and configs, including random number generators and player stats.

    By: smslv
  • RandomAudioPlayer
    4.0
    v1.0.22D Tools

    A simple node that selects a random child and plays the audio

    By: derwenzel
  • CocosLike Godot 4 Actions
    4.0
    v1.02D Tools

    This is a group of simple 2d animations similar with cocos2dx actions .You can build animations only in a few lines of code . Including action sequence,merge and ease.

    By: fangshiao
  • Start.io Godot Android Plugin
    3.5
    v1.0.0Scripts

    Professional Start.io ads integration for Godot 3.6 featuring a robust singleton interface and native Android plugin. Supports banners, interstitials, rewarded ads, with auto-reload, GDPR compliance, and full error handling. Perfect for mobile game monetization!

    By: fernan2cas96
  • Kenney's Pixel Platformer
    4.0
    v1.0.0Misc

    A port of Kenney's Pixel Platformer assets to Godot 4.0. In addition to the textures from the pack, pre-made tile sets can be found under "addons/kenney pixel platformer/tile sets/"; one for the backgrounds, and one for the rest. All files not in "addons/kenney pixel platformer/" can be ommited; these are simply dependencies for the "sample.tcsn".

    By: Lopano
  • Values With Modifiers
    4.1
    v0.2Scripts

    Classes for dynamic modification of float and integer values via modifiers with a name, a value, and a operation type (ADD, MULTIPLY, OR DIVIDE) with support for priorities. Also a ConditionEvaluator class that works like a multi-conditional if statement with dynamic adding and removing of named conditions.

    By: nullMolotov
  • Turtle
    4.1
    vv0.0.2Templates

    Turtle implementation for Godot Template enabling training of basic programming skills in godot environment with visual feedback.

    By: asoee
  • Bitmap Font Importer
    3.2
    v0.0.12D Tools

    This plugin allows you to import font sprite sheets as a Bitmap Font resource to use in themes.

    By: lungdart
  • Glowing and Blur Shaders (With Tutorial Video)
    4.0
    v1.0.0Demos

    This demo shows a glowing outline and blur shader in Godot 4. Goes with this video here: https://youtu.be/LZwCtVmVDlE See all my assets here: https://godotengine.org/asset-library/asset?user=ThinkWithGames

    By: ThinkWithGames
  • Task Dispatcher
    3.4
    v1.2Scripts

    Addon that allows you to offload tasks to a thread pool.

    By: kelaia
  • Tile Polygon Snapper
    4.0
    v1.0.02D Tools

    An editor plugin for Godot v4.X that allows custom snapping polygon vertices while editing tileset.

    By: nklbdev
  • 2D Camera Limiter
    3.0
    v0.12D Tools

    This Addon enables you to quickly set up area2Ds that tween the limits on a camera2D based on where your character is so you can keep the camera focus on things in your levels.

    By: markopolodev
  • Unofficial LaunchDarkly client-side SDK
    3.5
    v0.0.13Scripts

    This is not an official LaunchDarkly product. This is a personal project. LaunchDarkly is a feature management platform that helps teams control and deliver better software, faster. This LaunchDarkly Client-Side SDK for Godot is designed primarily for use by code that is deployed to an end user, such as in a desktop application or a smart device. It follows the client-side LaunchDarkly model for single-user contexts (much like their mobile or JavaScript SDKs). It is not intended for use in multi-user systems such as web servers and applications.

    By: brooswit
  • Storage Manager
    3.2
    v0.1Scripts

    Here is a class called Storage that allows loading and saving json files, text-plain and data. But you can add the StorageManager in your scene to access to that class. You can turn TRUE the "blocker" property in this Node to specify that in case of error a message should be displayed and the game ended.

    By: DavidKBD
  • AddonSave
    3.3
    vv1.2Scripts

    AddonSave can save, load and make screenshots y user:// or res://

    By: Can202
  • Auto add class_name
    4.0
    v1.0.0Tools

    Automatically adds class_name to new script files

    By: zwickarr
  • Textify - Speech2Text
    4.2
    v1.0Misc

    An easy to use, lightweight and easy to set up Speech2Text solution using HuggingFace's API and OpenAI's Whisper library for free! Only for small projects (prototypes, game jam projects etc.) Documentation available on Github repo.

    By: LeoC