Plugins

  • JsonClassConverter
    4.3
    v2.0.1Tools

    Simplify your JSON and class interactions! jsonClassConverter effortlessly stores JSON data, converts between JSON and class objects, and instantly loads JSON into usable classes. Streamline your development and data handling with this essential tool.

    By: EiTaNBaRiBoA
  • Planar Reflection Plugin
    3.2
    v1.1.03D Tools

    This plugin adds planar reflectors to your scene. It should help with making more faithful reflections. Use it to make flat reflective surfaces like mirrors, lakes, shiny floors and more! It supports both GLES3 and GLES2. Read the README for more details.

    By: SIsilicon
  • Starlight
    4.3
    v1.3Shaders

    An that renders 100 000 stars in realtime, with low performance cost. It's an alternative to using a skybox, and also may be relevant to anyone making a space game. Features: - Stars are rendered positionally in 3D, allowing you to fly around and see stars go by. - Exact position, luminosity, and temperature of each star can be configured by you. - Physically based light model: Using a Point Spread Function (PSF), rather than a texture that grows or shrinks with distance/brightness. - Based on MultiMeshInstance3D for performance. - Uses a trick to avoid being clipped by the far plane, to let stars be very far away. - Works with Forward+, Mobile, and Compatibility renderers. - Comes with a random star generator based on main sequence stars (classes M through O).

    By: tiffany
  • AI Assistant Hub
    4.0
    v1.3.0Tools

    Embed free AI assistants in Godot with the ability to read and write code in Godot's Code Editor. Key Features - Assistants can write code or documentation directly in Godot's Code Editor. - Assistants can read the code you highlight for quick interactions. - Save reusable prompts to ask your assistant to act with a single button. - Create your own assistant types and quick prompts without coding. - Have multiple chat sessions with different types of assistants simultaneously. - Edit the conversation history in case your assistant gets confused by some of your prompts. - Call LLMs locally or remotely. This plugin requires Ollama installed on your machine (which is simple and free), please see the videos to learn more. Thanks to contributors, additionally to Ollama, the following APIs are already supported: - Google Gemini - OpenRouter - Jan

    By: FlamxGames
  • GDScript Macros
    4.0
    v1.02Tools

    Generate GDScript quickly by typing brief words or letters. Customize macros inside of the included macros.txt file to suit your needs.

    By: rainlizard
  • Motion Trails
    3.2
    v1.13D Tools

    Adds simple motion (ribbon) trails to Godot 3.2. Supports texturing and start/end colors for fading in/out. This can be used for a variety of special effects. Instructions: 1. Unzip the contents into a new folder. This folder contains a demo project, and if it is not needed, the MotionTrail subfolder can be copied directly into an existing/new project. 2. Simply drag and drop the MotionTrail.tscn scene onto a parent scene (such as an object in motion), and you should be all set!

    By: dbp8890
  • Vertex Animation Demo
    3.3
    v1.0Demos

    This project demonstrates how to animate a 3D mesh using vertex data generated by the "Not Unreal Tools - Vertex Animation" Blender add-on, with a vertex shader inside Godot Engine.

    By: yanorax
  • PlatformerController2D
    4.0
    v2.0.2Scripts

    This is a platformer class with many tweakable settings which can be used to control a 2D character (think supermario 1). ##Features - Double jump - Coyote time - Jump buffer - Hold jump to go higher - Defining jump height and duration (as opposed to setting gravity and jump velocity) - Assymetrical jumps (falling faster than rising)

    By: evpevdev
  • Sprite Slicing
    3.1
    v1.0Scripts

    Godot asset to slice 2D sprites. Check the README of the repository for more information.

    By: lupoDharkael
  • Godot Beautifier
    3.5
    v1.0.1Tools

    This tool allows you to easily change the editor theme.

    By: cdpude
  • Enhanced Stat
    4.1
    v0.0.1Scripts

    Enhanced Stat is an addon suite for Godot 4.1, designed to provide an intuitive and powerful way to manage stats in games such as Health, Mana, Speed, and Attack Damage. This addon is part of the **Enhanced** suite aimed to make your Godot development faster, cleaner, and more enjoyable!

    By: Zennyth
  • Advanced Save System
    3.1
    v1.0Scripts

    An advanced save system prototype for Godot 3.1. This save system can be used in rpg games where the player moves from level to level and the game has to keep track of all the changes to those levels. The demo constist of three levels: green < red > blue. You move through them by stepping on the yellow arrows. White circles are rigid bodies, their properties will be saved either when you save to a slot (buttons at the top) OR automatically when moving to another level. Red blocks are enemies, they will get permanently deleted from the scene once collided with. Press RMB (right mouse button) to create new rigid bodies. You can also move objects from one level to another, but it's not shown in the demo.

    By: rdmtt
  • GDYarn
    3.4
    v0.1.0Tools

    GD Yarn is a Godot plugin that allows you to create interactive dialogues using a simple markup language with strong similarities to twine. It is easy enough to get, but powerful enough to take your games to the next level with branching narratives that can change based on user interactions. GD Yarn is an implementation of YarnSpinner completely written in GDScript. The project aims to be as feature complete as possible compared to the c# version but may forgo certain things in lieu of similar alternatives that make it blend better with the Godot ecosystem. Chekout the github page for more information: https://github.com/kyperbelt/GDYarn ## Added - Multiple scripts compilation - Conditional Statement - Shortcut Options - BBCode support - Format Functions - Inline Expressions - Pluralization - Signal gui implementation

    By: kyperbelt
  • Android Billing Godot Plugin
    4.4
    v1.2Scripts

    AndroidIAPP is a plugin for the Godot 4.4.1 game engine. It provides an interface to work with Google Play Billing Library version 7. The plugin supports all public functions of the library, passes all error codes, and can work with different subscription plans.

    By: Max Trash
  • Godot 3D Multiplayer Template
    4.3
    vv1.1.0Templates

    Template for a 3d multiplayer setup, where each player has a nickname displayed above their character and the option to choose from four different skins: red, green, blue, or yellow. Additionally, the template includes a global multiplayer chat system for player communication.

    By: devmoreir4
  • Multirun
    3.3
    v1.1.0Tools

    Multirun allows starting multiple game instances at once. The main purpose of this feature is to speed up multiplayer game development. One game instance can be configured to host the game and others to join. The number of windows and command-line arguments can be specified in project settings.

    By: Perfoon
  • InputController
    4.2
    v1.0.2Tools

    Easily differentiate between a button tap, double tap, press, long press, and hold for all of your input actions in Godot.

    By: sscovil