Plugins

  • RelativeMargin
    3.4
    v1.0Misc

    MarginContainer with margin size relative to its own size. 4 indipendent margins with Min/Max in pixels for each margin. Usage: There are 4 margins and a min/max value for each. To disable the min margin, set it to 0. To disable the max margin, set it to INF.

    By: Bytez
  • AlternativeTimer
    4.1
    v1.0Scripts

    An addon providing an AlternativeTimer node which exposes signals for hours, minutes, seconds and millisecond updates to, for example, more easily make a clock display.

    By: pokeparadox
  • 2D Camera Controller - Multitarget follow + FXs
    4.1
    v1.0.02D Tools

    The Smooth 2D Camera Controller gives you complete control over camera movement, delivering fluid gameplay experiences with minimal setup. ⚙️ How to install Download the .zip file Extract the folder `addons` to the root folder of your project Open Godot Editor to edit your project Enable `smartcamera2d` on Project Settings -> Plugins You might also like: 2D Top Down Shooter Template - https://andre-micheletti.itch.io/2d-top-down-shooter-engine-for-godot

    By: AndreMicheletti
  • Morton Code
    4.2
    v0.1Scripts

    # GODOT MORTON CODE Provide Morton code implementations in 2D and 3D. ## Features - Encoding/Decoding implemented with Magic bits. - x, y, z setters. - Add/Subtract x/y/z. - Increment/Decrement x/y/z. - Comparisons: Less, less-equal, greater, greater-equal.

    By: RevolNoom
  • Demo-Project-BlastBullets2D
    4.2
    v1.0.0Projects

    This is a very basic demo project showcasing how the BlastBullets2D library can be used to create optimized 2D shooter games that support Save/Load functionality BlastBullets2D documentation: https://github.com/nikoladevelops/godot-blast-bullets-2d

    By: realNikich
  • Process Mode Indicator
    4.4
    v1.0.0Tools

    A Godot editor plugin that adds indicators for nodes with a `process_mode` value different than Inherit, the default value.

    By: danielrozenberg
  • GDProfiler
    4.1
    v1.0Tools

    A Simple, yet Effective Godot Profiler! (Also Works in the Editor, and it has a Movable version!) How to Use: 1. After installing the Plugin, go into the Project Settings, and enable "GDProfiler" 2. To Insert the GDProfiler into your Project, search for "Godot Profiler" and you'll be sure to find it easily!

    By: SimplePluginDev
  • FilteredEdits
    4.1
    v2.0.02D Tools

    Extends base nodes `LineEdit` and `TextEdit` with `FilteredLineEdit` and `FilteredTextEdit`, respectively, to filter user input. It also allows numeric text value clamping.

    By: acgc99
  • Scale Importer
    3.1
    v1.0.0Tools

    Godot import plugin that resizes images

    By: NKNZgamedev
  • 	Packed Scene Instantiater
    4.3
    v1.0Scripts

    A convenient addon that provides a library class and two custom nodes which can help you to better instantiate an instance from a packed scene. (The word "instantiater" should be "instantiator", but I mis-spelled the word and the incorrect spelling has been used in the addon here and there...)

    By: Yukana
  • Static Type Warnings
    4.4
    v1.1.0Tools

    This tool checks if your scripts are statically typed. If variables or functions are not statically typed, it prints warnings to the output with info. Checks scripts when project is loaded and for individual scripts when saved. CHANGELOG 1.1.0: Added static type warnings for: - Function parameters - Multiline function definitions 1.0.0: Added static type warnings for: - Constants - Variables - Function return values* *Only for single line functions

    By: w01vs
  • Pause Manager v3
    3.2
    v1.2.0Tools

    A simple asset for managing pause/resume using Signals.

    By: gabrielgp0811
  • EZ Music Cuer
    4.0
    v1.0Misc

    An addon to the "EZ Sfx and Music" Godot asset by ghoulbroth. Put MusicCuer as MusicPlayer's child and it plays either the MusicPlayer's first track or a selected track on regular intevals, optionaly after some delay.

    By: Lopano
  • Prototype Mini Bundle
    4.4
    v1.0.1Materials

    Selection of Kenney prototype textures, convenient materials and basic debug shapes to scatter around your scenes quickly. Not all Kenney textures are included to avoid clutter - just one from each color. Saves you some decision making! Also features an exclusive BLUE kenney texture :)

    By: BananaBread
  • Pong game
    3.5
    v1.0Projects

    This is a very basic Pong game made with Godot.

    By: radontherapy
  • Satisfying 3D Graph Animations (with YT video)
    4.0
    v1.0.0Demos

    This project shows satisfying animations for computer science graphs (aka dots with lines connecting them in 3D). Goes with this youtube here (and linked below) https://youtu.be/JnXoi9ZVNek See all my assets here: https://godotengine.org/asset-library/asset?user=ThinkWithGames

    By: ThinkWithGames
  • Neat
    4.3
    v0.22D Tools

    Implementation of NEAT by pastra98 (https://github.com/pastra98/NEAT_for_Godot), upgraded to Godot 4

    By: Ferris
  • 2D Navigation Demo CS
    3.1
    v1.0.0Demos

    C# Godot translation of the following Godot example: https://godotengine.org/asset-library/asset/117

    By: MugenTwo