Plugins

  • Spatial Gardener
    3.5
    v1.2.03D Tools

    A plugin for painting plants and props on arbitrary 3D surfaces.

    By: dreadpon
  • SRCoders FPS Controller
    4.3
    v1.03D Tools

    This is a simple but flexible First Person Controller for your projects

    By: SRCoder
  • Metafab-Godot-API
    3.5
    v1.0.0Misc

    An add-on that wraps the MetaFab API into a static interface class with callbacks that behave like one-off signals.

    By: Nodra
  • Dark Mode Signal
    4.0
    v1.0.0Scripts

    Provides a global DarkMode singleton node which generates a signal when dark mode is turned on or off. Dark mode is checked every 1 second by default. Connect to the signal as follows: DarkMode.dark_mode_changed.connect(func(is_dark_mode): print("Is dark mode: ", is_dark_mode) ) Provides an alternative to DisplayServer.is_dark_mode() with: DarkMode.is_dark_mode() Polling can be updated either via inspecting the global DarkMode node or: DarkMode.polling_interval = 2.0 # check every 2 seconds

    By: dmgsoftware
  • Animation Slider
    4.0
    v1.0Misc

    Synchronize an animation player position with a position input value. This forces a transition between points in the animation rather than sudden jumps due to erratic position inputs. The demo shows an HSlider being used to move a Sprite whose position is determined by an animation track.

    By: Andrew Wilkes
  • Toki Pona RichTextLabel
    3.5
    v1.02D Tools

    A custom RichTextLabel Node which translates toki pona words written in regular text (standard latin characters) into sitelen pona glyphs. The glyphs in the font used are mapped to characters which do not appear in toki pona text, so the translation turns each word into one of those characters, which then appears as the sitelen pona glyph from the font.

    By: wawaboopboop
  • SmartShape2D - Godot 4
    4.2
    v3.2.02D Tools

    This plugin allows you to create nicely textured 2D polys. Simply place a few points then create / assign the shape material, and you should have a good-looking polygon. The textures used are similar to what you would use if making terrain using TileMap/TileSet See Homepage here: https://github.com/SirRamEsq/SmartShape2D Using SmartShape2D with Godot 4: https://github.com/SirRamEsq/SmartShape2D/blob/master/addons/rmsmartshape/documentation/Godot4.md SmartShape2D + Aseprite tutorial can be found here (Thanks Picster!): https://www.youtube.com/watch?v=r-pd2yuNPvA

    By: SirRamESQ
  • Simple Touch Joystick
    4.1
    v2.0.12D Tools

    simplest functioning touch joystick with the flexibility of actions and signals.

    By: abdulroufsidhu
  • NinePatchContainer
    4.4
    v1.0.02D Tools

    A custom Godot container that provides enhanced nine-patch functionality with support for customizable background, frame, and content margins.

    By: Reality.Stop()
  • Node Preview
    4.2
    v1.1Tools

    A plugin for Godot 4.2+ to help you make "screenshots" or "images" of any sprite or image in 2D world (also supports 3D).

    By: koopek
  • JSON Atlas Texture
    4.1
    v1.1Tools

    Adds a small class based on `AtlasTexture' that allows you to use `.json` files for sprite sheets

    By: NickStein_ Games
  • COGITO : Immersive Sim Template
    4.4
    v1.1.0Templates

    New: COGITO 1.1 for Godot 4.4 COGITO is a Immersive First Person Starter Kit for Godot Engine 4. In comparison to other first person assets out there, which focus mostly on shooter mechanics, COGITO focuses on providing a framework for creating interactable objects and items. Current Features: - First person player controller with: - Sprinting, jumping, crouching, sliding, stairs handling, ladder handling - Fully customizable attributes like Health, Stamina, Visibility (for stealth), component-based, so easy to add your own. - Lots of exposed properties to tweak to your liking (speeds, headbob, fall damage, bunnyhop, etc.) - Easy-to-use dynamic footstep sound system - Inventory System - Flexible resource-based inventories - Inventory UI separate from inventory logic - Examples for multiple item types (consumables, keys, ammo, weapons, combinable Items) - Base class to easily add your custom item types - Interaction System - Component-based interactions makes it easy to turn your own objects interactive quickly and customize existing ones - Examples for interactive objects like doors, drawers, carryables, turn-wheels, elevators, readable objects, keypads - Basic Enemy - NavigationAgent based enemy with a simple state machine - Simple player detection system that uses detection areas + basic line-of-sight checks - Full gamepad support! - Systemic Properties (very WIP) - Give objects properties like "FLAMMABLE" or "WET" and they will interact with each other depending on their state and properties. - For example FLAMMABLE objects can be ignited by objects that are actively on fire. Can be extinguished by objects that are WET. - Basic Quest System - Save and Load System as well as scene persistency - Fully featured Demo Scene - Set up like a game level including a variety of objects, weapons and quests - In-game helper documents that explain how objects in the scene were set up - Full written documentation with additional video tutorials. Important: COGITO v1.0 is not 100% bug-free. While most features are set, be aware that this is hobbyist open source software. Use at your own risk and check Issues and Discussion pages for more information.

    By: Phazor
  • Kiki's DevTools
    4.4
    v1.0.0Tools

    This is a collection of Dev Tools I have created (and found) that are designed to mesh seamlessly with each other. Some features include a full featured console , console output filtering, property monitoring, and more to come.

    By: Skeatsies
  • Tello Drone Control Demo
    3.2
    v0.1.1Demos

    With this Project you can control your Ryze/ DJI Tello Drone with Godot.

    By: Blechaffe
  • Bottom Panel Creator
    3.1
    v1.0.0Tools

    A tool to add a bottom panel that you can add enterable fields too. Formatting them properly is up to you though.

    By: ThemEmers
  • ExtraNodesCS
    3.3
    v1.0.0Scripts

    Godot addon with additional nodes (C# Version) Currently there is only the the ThrowCast2D node, a 3D version is currently under development / testing. More nodes will come as I need them for my own projects.

    By: AFE-GmdG
  • Debug Interface Components
    4.0
    v1.0Tools

    A configurable debug meter that takes a float input and represents it as the height of the meter. The value passed to the meter will show below the meter. You can customize range, colors and the value of an optional target value. The meter accepts any value range, and will change color, and emit a signal when the input value exceeds the specified range. When the input value reaches the target value an event signal is emitted, and the bar can optionally change color.

    By: Gatada