Sort
  • Path Tool
    4.0
    v1.03D Tools

    This Godot plugin allows you to create 3D paths with weights and curves that you can export as a CSV and use in projects. Example usage for this would be a path network for city traffic.

    By: eerik
  • BugReporter
    4.1
    v1.0Misc

    Allows your players to send bug reports, feature requests and general feedback directly from within the game to a discord webhook. From there you can do whatever.

    By: ASecondGuy
  • Elgato Stream Deck Integration
    4.0
    v1.0.0Tools

    This tool is an integration with Elgato Stream Deck devices, and allows users to map the programmable keys of these devices to emit signals and change scenes in running Godot applications. Note: Installing this add-on also requires that the corresponding Stream Deck plugin be installed to the client software.

    By: BoyneGames
  • OverheadCar2D
    4.0
    v0.1.1Scripts

    Adds a node type called OverheadCarBody2D to Godot 4 that implements reasonably good car physics. It's the car solution described here (http://kidscancode.org/godot_recipes/3.x/2d/car_steering/) and here (https://engineeringdotnet.blogspot.com/2010/04/simple-2d-car-physics-in-games.html) but adapted for Godot 4 and shared so it can be easily reused. It extends CharacterBody2D. Supports friction areas with OverheadCarArea2D and automatic driving for non-playable characters with OverheadCarPathFollow2D.

    By: ryanboder
  • Multi Split Container
    4.4
    v1.12D Tools

    Alow splitting elements into containers with the same size in the canvas rectangle. ## Features - Auto Split in columns by child node count. (Work on nodes with base as Control) - Auto Split in rows by you row value setted. - Lines Size/Color Changeables. - Drag Button Size/Color Changeables - Drag Button Icon Changeables. - Reset offset splited container on double click on line. - Auto show content on focus. - Custom Initial Offset. More details in the original github post.

    By: Twister
  • Indie Blueprint RPG
    4.4
    v1.1.1Scripts

    About A set of components that can be used as basic building blocks for the construction of role playing games.

    By: ninetailsrabbit
  • OpenAI Assistant
    4.0
    v0.0.4Tools

    Prototype to implement OpenAI assistance to Godot 4. Inspired by https://github.com/keijiro/AICommand

    By: Buri
  • CSV-Typed-Data-Importer
    4.0
    v1.1Tools

    Use CSV files as configuration files in Godot with type definitions.

    By: citizenl
  • Godot Git Describe
    4.2
    v0.6.0Tools

    Seamlessly display in-game versions based on your Git tags.

    By: zibetnu
  • NetfoxSharp
    4.1
    v0.6.6Scripts

    A C# wrapper for the GDScript netfox addon. Implements lag compensation and more to build multiplayer online games easier. - Consistent timing across multiple machines - Supports client-server architecture - Smooth motion with easy-to-use interpolation - Lag compensation with Client-Side Prediction and Server-Side Reconciliation

    By: CyFurStudios
  • Extra Export Hints
    4.0
    v1.0Misc

    Allows you to modify how your property looks in the EditorInspector, without using _get_property_list. Add: - conditional visibility to properties; - buttons; - check buttons for bools; - direction editors; - large enum pickers; - your very custom editors!!! See the README for a thorough guide;

    By: mrpedrobraga
  • Dataclasses
    3.2
    v1.0.2Scripts

    Easy dataclasses with helpful features for Godot Engine. (similar to Python's dataclasses) Features - Customization options - Create object from Dictionary - Serialize to Dictionary - Better printing of object Examples, Customization and Docs https://github.com/3ddelano/dataclasses-godot

    By: 3ddelano
  • Touch JoyPad (Gamepad)
    3.2
    v1.0.02D Tools

    This is easy way to put a joypad in your godot project.

    By: shinneider
  • KayKit Restaurant Bits
    4.1
    v1.03D Tools

    This pack has a bunch of cooking and food game assets for building kitchen and restaurant interiors, or making chaotic cooking games. There's multiple foods broken up by ingredient and in different states (raw/cooked/chopped etc.) Features: - 140+ Low poly optimized 3D models, suitable for all ranges of games, including mobile. - Textured using a single gradient atlas texture (1024x1024) that can be downsampled up to 128x128 for further optimization. - Free for personal and commercial use, no attribution required. (CC0 Licensed)

    By: KayKit Game Assets
  • GodotVMF Project Template
    4.3
    v1.1.1Templates

    A starting template based on GodotVMF plugin for creating a new Godot project with using Source Engine development pipeline. It includes a basic project structure, a sample map, and scripts to get you started.

    By: H2x
  • SmoothPixelSubViewportContainer
    4.1
    v0.1.02D Tools

    A variant of SubViewportContainer that provides a smooth camera and anti-aliasing for pixel-perfect games.

    By: Apples
  • Godot Time Control
    4.2
    v1.0.1Tools

    Easy to use time control for godot. Define multiple clocks to create different timelines foryour nodes.

    By: zekogamestudio
  • SignalBus
    4.3
    v1.0Tools

    A Godot plugin that provides a centralized signal management system, helping you decouple signals from specific scripts and simplifying one-to-many or many-to-many communication between nodes.

    By: wokidoo
  • GDScript Type Matching
    4.3
    v1.2.0Scripts

    A Script to get class type (Also works for custom class and cross-scripting). Can be used for pattern matching. Your script must have class_name (Or [GlobalClass] if C#) for this to work as intended

    By: PattyHoswell
  • BiomeGenerator
    4.1
    v1.0Demos

    Procedural Biome Map Generation Demo This demo shows how to use the Midpoint Displacement Algorithm to create natural and random biome maps.

    By: StarNightFlower
  • Previewing Parallax Background
    4.1
    v1.0.12D Tools

    Provides parallax background that moves it's layers in editor. It helps to arrange objects in different layers relative to each other This is a port of the similar plugin from Godot 3.4.X to 4.X.X (https://godotengine.org/asset-library/asset/1535)

    By: nklbdev
  • JSON Editor
    3.2
    v1.2.0Tools

    JSON editor inside Godot editor - [x] Docked panel - [x] Editing existing entry values - [ ] Add/remove entries

    By: hnOsmium0001
  • 3D Visualized Path
    4.0
    v1.0.33D Tools

    This tool allows the creation of a 3D mesh to visualize a path in 3D space. It supports configurable curves, bends and changes in direction.

    By: markeel
  • Flappy Bird clone
    3.2
    v1.0Demos

    This is Flappy Bird clone, easy way to get started with Godot. You can learn various things from this sample.

    By: shivmsit