Sort
  • Candy Wrapper - Looping Arcade Platformer Game
    4.4
    v2025.05.12Projects

    Candy Wrapper is a Looping Arcade Action Platformer! - Leap through an infinite void! - Squish Sweets & Candies (; - 20 Levels of Screen-Wrapping Action! - Jam out to energetic beats <3 Candy Wrapper was first created in under 24 hours during the "100 Lines of Code GameMaker Jam" of May 2018. Built with Godot 4.4.1 Play on Windows, Linux, Mac and Web! Play the Sequel - WRAP IT UP - godotengine.org/asset-library/asset/3326

    By: Harmony
  • Dice Syntax Godot4
    4.0
    v3.1.1Scripts

    Godot 4 port of the Dice Syntax addon Functions for supporting a dice rolling syntax (eg "4d6d1!"). Allows for dice rolls and probability calculations. The syntax supports dropping high/low rolls, exploding/compounding dice, and rerolls. See https://github.com/oganm/dice_syntax_gd for a documentation

    By: OganM
  • GWJ Accessibility Scripts
    4.0
    v0.1.0Scripts

    Scripts for managing accessibility and persistent settings. Created by the Godot Wild Jam community.

    By: Maaack
  • EgoVenture
    3.3
    v3.0.0Misc

    First person point and click adventure framework for Godot

    By: deepgames
  • Dice Syntax Godot 3
    3.5
    v2.2.2Scripts

    Functions for supporting a dice rolling syntax (eg "4d6d1!"). Allows for dice rolls and probability calculations. The syntax supports dropping high/low rolls, exploding/compounding dice, and rerolls. See https://github.com/oganm/dice_syntax_gd/tree/godot3 for a documentation.

    By: OganM
  • Godot GIF (4.4.1)
    4.4
    v1.1.0Misc

    GDExtension for Godot 4.4.1+ to load GIF files as AnimatedTexture and/or SpriteFrames.

    By: b0tlanner
  • Character generator importer tool
    4.4
    v1.1.12D Tools

    This is an unofficial tool that can be used as a plugin in Godot to speed up the process of creating animations for the character generator 2.0 https://legendaryswordsman2.itch.io/character-generator

    By: ninetailsrabbit
  • Easy Menus
    4.0
    v1.0Misc

    With easy menus you don't have to program your own main, options and pause menu anymore! It features: * Keyboard & Gamepad Support * Setting of Various Audio & Video Settings * Autosaving and Loading of Settings (Data Persistence) * Various Signals to Connect Easy Menus with your existing Code For usage information visit the Github of the project. https://github.com/SavoVuksan/EasyMenus

    By: savovuk
  • Godot GIF (4.1)
    4.1
    v1.0.2Misc

    GDExtension for Godot 4.1-4.2 to load GIF files as AnimatedTexture and/or SpriteFrames.

    By: b0tlanner
  • Resource Databases
    4.3
    v1.3.1Tools

    Resource Databases is a Godot 4 plugin that aims to solve the data management problem inside your projects. While it makes more sense to use this plugin for medium/large projects, it is still useful for any kind of development. For more information check the wiki in the GitHub repository.

    By: DarthPapalo
  • Cupcakes Framework
    3.6
    v1.6.1Templates

    A Five Nights at Freddy's framework made for the Godot game engine.

    By: Oplexitie
  • 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
  • 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
  • Cupcakes Framework
    4.4
    v1.6.1Templates

    A Five Nights at Freddy's framework made for the Godot game engine.

    By: Oplexitie
  • 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
  • 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
  • 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
  • Sprite Slicing
    3.1
    v1.0Scripts

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

    By: lupoDharkael
  • 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
  • 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
  • Godot Beautifier
    3.5
    v1.0.1Tools

    This tool allows you to easily change the editor theme.

    By: cdpude
  • 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