Plugins

  • Fluid-water physics 2D simulator for Godot 4+
    4.0
    v1.0Projects

    A work in progress 2D fluid physics simulation made in Godot v4+ the simulator uses bodies created via script using PhysicsServer2D, for every body a canvas item is created and updated to follow the body. Then, a custom shader is used to make it look like it's water. The project also features: 2 different types of pointer deactivable rigidBody pointer gravitational pointer and testing area There's no cohesion between particles yet. No credits needed.

    By: Kaboom__57
  • Godot LLM Framework
    4.0
    v1.1.4Scripts

    The Godot LLM Framework is a powerful addon for the Godot game engine that enables seamless integration of Large Language Models (LLMs) into your game development workflow. This framework provides a unified interface for working with different LLM providers, making it easy to incorporate advanced natural language processing, dialogue generation, and dynamic content creation directly within your Godot projects. Features - Support for multiple LLM providers (currently Anthropic's Claude, with OpenAI support in progress) - Easy-to-use API for generating responses from LLMs - Tool system for extending LLM capabilities with custom functions - Configurable settings for fine-tuning LLM behavior - Message history management for contextual conversations - Asynchronous operations for smooth integration with Godot's event loop

    By: playajames
  • 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
  • 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
  • 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
  • Control3D
    4.1
    v1.03D Tools

    A new node that you use as the parent of control nodes to display them in 3D

    By: Evanator
  • 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
  • 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
  • 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
  • Graph2D
    3.5
    v1.1.22D Tools

    Graph 2D is an addon able to display curves in your user interface in a very simple way. - Plot several curves on the same graph. - Supports curve thickness and color. - Customizable chart axes (axis label and grid). - Real-time plotting. - Works with both the GLES3 and GLES2 renders. - Works on desktop platforms and HTML5 (others target were not tested).

    By: LD2Studio
  • 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
  • Godot 4 Client + Integrated Server Demo
    4.2
    v1.0Demos

    This is a simple multiplayer demo that has a client and separate server running in the same project. The client is the authority for player movement, while the server handles visibility between peers. This has been a headache to wrap my head around so hopefully it helps someone else struggling out there.

    By: zxcv
  • Indent Guidelines
    4.3
    v1.3.3Misc

    Add Code Block Guidelines Based on https://github.com/godotengine/godot/pull/65757 For 4.3 and 4.4

    By: zer0toleranc3
  • GameAI_Demo
    3.5
    v1.0Demos

    This is a game AI training demo based on neural networks

    By: 神经小番茄
  • Node Based Finite State Machine
    4.2
    v1.0Misc

    Node Based Finite State Machine for Godot A plugin for easily creating a highly extensible Node Based Finite State Machine with Godot. Note: The plugin is still in alpha. Using it in commercial projects is not recommended. You can help by reporting any bugs to the Github repo.

    By: thepolyglotprogrammer
  • Light Sensor 3D
    4.2
    v1.0.03D Tools

    Do you need to find the total amount of light reaching a point in your Godot 4 3D project? Then this asset is for you. This asset uses a real viewport and camera to determine how much light is reaching a (tiny) plane contained in the sensor, which means we're using "real" light calculations to measure light and not, say, raycasting to all lights within a sphere. The main drawback is it's expensive, so it's not something you want to update every frame. See the README for lots more details.

    By: nanodeath
  • ActionButton
    4.4
    v1.02D Tools

    ActionButton is a custom Button node with extended audio and visual customization. Features: *Customize how the button animates and looks when you interact with it. *Configure sounds for the button, with a system that keeps track of sounds and reuses them across the project.

    By: Hapty