Sort
  • Drag and drop controller
    3.1
    v1.0.0Scripts

    This script node permit to handle drag and drop of any nodes in a specific group of your choice. It handles correctly nodes that overlaps by picking the topmost one. It will also raise nodes that are bellow other nodes so they "fly over" when you drag them.

    By: programaths
  • Godot Simple Text Menu
    2.1
    v1.02D Tools

    A Simple customizable Text Menu plugin for Godot. It adds a "SimpleTextMenu" node to Godot, in which you can easily create a retro-like text menu with as many options you want. Its main features: - Can add as much options you need. - Editor-friendly, you can check the menu changes in real-time. - Signal-friendly, it's easy to check which option is being selected. - Options to change the cursor side and menu orientation.

    By: henriquelalves
  • InterpolatedCamera3D demo
    4.1
    v1.1.1Demos

    Demo project for the InterpolatedCamera3D add-on. The add-on's code is included in this asset. Find the InterpolatedCamera3D add-on at: https://godotengine.org/asset-library/asset/739

    By: Calinou
  • 2D grid based movement
    3.1
    v1.0Templates

    A 2D grid based movement system based on TileMap node.

    By: IconocatStudio
  • Vox Importer
    3.1
    v1.0.03D Tools

    A Godot plugin to import MagicaVoxel .vox files as meshes. This is an adaptation of MagicaVoxelImporter by Scayze (https://github.com/scayze/MagicaVoxel-Importer) This works with Godot 3.1 and includes import scaling option and XZ centering based on the MagicaVoxel vox resolution.

    By: h4v0c
  • Asynchronous Scene Loader
    3.2
    v0.1Scripts

    This script allows you to load scenes in a seperate background thread to eliminate any lag! NOTE: This does not work for WEB, since Threads are not supported there.

    By: NovemberDev
  • Godot Signals
    4.4
    v0.1.0Scripts

    Godot Signals is an advanced and powerful signal management system for the Godot Engine, designed to enhance signal handling and simplify communication between game components. This plugin brings flexibility, efficiency, and high performance to your Godot projects, allowing developers to create complex signal workflows with ease. Key Features: - Advanced Signal Processing: Build signal processing chains with filtering, transforming, and mapping capabilities. - Signal Broker System: Easily connect signals across your game without tightly coupled object references. - Wildcard Subscriptions: Use intuitive pattern matching to subscribe to multiple signals at once. - Alias Support: Automatically assign aliases based on node names, groups, or custom settings for improved organization. - Performance Optimization: Low overhead and optimized processing for high-frequency signals like continuous position updates. - Flexible Callback Handling: Automatically adapts callback arguments to handle signal data intelligently. Why Use Godot Signals? If you’ve ever felt limited by Godot’s native signal system or struggled with managing event-driven interactions in large projects, this plugin is for you! Godot Signals simplifies complex workflows by centralizing event handling, reducing tight coupling between nodes, and allowing for cleaner, more maintainable code with minimal performance impact.

    By: Aendawyn
  • Trail2D
    4.0
    v1.02D Tools

    A custom 2D node that creates a trail. Is it something you could code in 5 minutes? Yes, but I made this to save those precious 5 minutes.

    By: Gabbinetto
  • Connected
    4.2
    v1.0.2Scripts

    A minimalist, node-oriented event system that fits perfectly with the Godot philosophy. Send custom actions and react to them anywhere in your game.

    By: BananaHolograma
  • QuickSettings
    3.3
    v1.0.0Tools

    Easily access and edit your favorite project settings and editor settings directly from an editor dock without having to browse hundreds of properties in Project Settings window or Editor Settings.

    By: jmb462
  • godot_tree_table
    4.2
    v0.3.0Tools

    a table for godot with build in helper and sorter functions

    By: EinRainerZufall
  • QuickSettings
    3.4
    v1.0.0Tools

    Easily access and edit your favorite project settings and editor settings directly from an editor dock without having to browse hundreds of properties in Project Settings window or Editor Settings.

    By: jmb462
  • FileSystem Drawer
    4.0
    v1.0.0Tools

    Moves the FileSystem dock to the bottom of the editor, similar to Unreal Engine's Content Browser. Click on the FileSystem button at the bottom of the window or use Ctrl+Space to open it. NOTE: THIS ADDON IS NOT NECESSARY WITH THE RELEASE OF 4.3

    By: jakobbouchard
  • Script Spliter
    4.4
    v0.2.5.1Tools

    Script-Spliter (Beta) Tool addon for Godot 4 This addon allow split script window. See my Github for more details! #How Work ## Enable by shortcut * Press shortcut (Ctrl + 1) for set one window. * Press shortcut (Ctrl + 2) for set one split of two windows: Horizontal. * Press shortcut (Ctrl + 3) for set one split of two windows: Vertical. * Press shortcut (Ctrl + 4) for set two split of three windows: Horizontal. * Press shortcut (Ctrl + 5) for set two split of three windows: Vertical. * Press shortcut (Ctrl + 6) for set three split of four windows: Squared split. ## Enable by Tool Menu For enable the Script spliter menu go to Project > Tools > Script Spliter. You can select split type and disabled, see the image. Once activated, you'll see a draggable line like the one in the image, indicating that the plugin is active. The position of the line will vary depending on the selection of horizontal or vertical. UPDATED: 0.2 * All details on github. 0.1.2 * Change the script name label to top position. * Feature Added: recover zoom of the script editor.

    By: Twister
  • Acrylic Glass
    4.0
    v1.22D Tools

    An effect similar to Microsoft's Acrylic and Mica materials achieved in Godot 4. It works by getting the wallpaper file and blurring it in the engine.

    By: pattlebass
  • Wyvernshield - RPG Combat System Framework
    3.5
    v0.1Scripts

    A framework of systems to make RPG combat easier to make. Includes damage exchange (via CombatMove), stat accumulation (via StatSheet), attachable scripts that happen on attack/damage/etc. and can modify outcome (via TriggerReaction), and status effects that add the latter two for a set time (StatusEffect). For the files you might need, see Package Contents in README.md. Setup: - Plugin does not need activation. - Trigger properties are configured inside assets/wyvernshield/trigger_library.tres, or your own TriggerLibrary instance. The file can be moved anywhere. - Combat Actor must be attached to every character; - Hurtbox lets the actor take damage from DamageAreas. - Weapon lets the actor attack if their combat moves create DamageAreas, or even a HeroWeapon to make it listen to the player! - StatusCarrier lets the actor be affected by StatusEffects.

    By: don-tnowe
  • 3D RTS Camera
    4.3
    v1.0.03D Tools

    A fully customizable and easy-to-use 3D RTS-style Camera for Godot 4.3. Intuitive camera movement for real-time strategy games or other projects requiring a top-down camera with RTS-like controls. Features: - Zooming - Orbit camera around center point. - Movement - Edge scrolling

    By: EmilHakala
  • Dicebag
    3.2
    v1.0Scripts

    A Godot port of Dicebag by 8bitskull, originally in Lua for Defold. An addon containing probability functions designed specifically for games. Refer to the README for more information.

    By: TheYagich
  • Godot Sync Spreadsheets
    4.0
    v1.0.0Tools

    This is a plugin for Godot 4+ that allows to synchronize CSV files with Google Spreadsheets from Godot. It's useful for having translations or collaborative databases on Spreadsheets and synchronize them with your game when you create without downloading on every change, just click a button from editor.

    By: EliasGuyd
  • SpriteTrail
    3.2
    v1.0.1Scripts

    A custom node that adds a trail of copies of the texture of a Sprite or an AnimatedSprite. Just add SpriteTrail and tweak the settings on the inspector.

    By: luizcarlos1405
  • Date Time Addon
    4.3
    v1.0.2Misc

    This plugin will add a "TimeEdit" node that allows you to easily select Time. It should work with mobile too.

    By: Aendryr
  • Progress Bar 3D
    4.2
    v4.2.23D Tools

    A simple 3d progress bar that uses a quad mesh plus a shader and employs no view ports. Great for use on 3D enemy characters as a health bar.

    By: jhlothamer
  • Acrylic Glass
    3.5
    v1.22D Tools

    An effect similar to Microsoft's Acrylic and Mica materials achieved in Godot 3. It works by getting the wallpaper file and blurring it in the engine.

    By: pattlebass