Plugins

  • Wayfarer Framework
    4.4
    v1.0.22D Tools

    A modular, production-ready 2D game framework for Godot 4, built by Pixel Pilgrim Studios. Wayfarer gives you everything you need to start shipping clean, cross-platform 2D games with: Scene transitions, splash screen, and menu flow Audio manager + volume controls Localization system (with language editor!) Developer console + runtime commands Touch controls for mobile Pause menu + options Command line flags (like `--skip-splash`) Full source code, MIT-licensed What You Get Full Godot 4.4+ project structure Ready-to-use scenes for menus, pause, settings, credits, etc. Player controller + sample level Dev tools you can reuse in any project

    By: pixelpilgrimstudios
  • Frog Subtitles
    4.0
    v1.0.1Tools

    Frog Subtitles is a Godot plugin that add custom nodes to easily add subtitles on a video or audio stream. It works by directly importing a standard srt files. This plugin has been developed by Frog Collective.

    By: frog-collective
  • Versatile Mobile Joystick
    4.3
    v0.8Tools

    A highly customizable and ready-to-use joystick for mobile games in Godot. Features dynamic/fixed positioning, adjustable dead zones, and adjustable input handling. Perfect for adding responsive touch controls to your game with minimal setup.

    By: WCDev
  • Sprout Lands TileMap
    4.3
    v0.2.02D Tools

    Made in collaboration with Cup Nooble. https://cupnooble.itch.io/

    By: Maaack
  • StairsSteppingBody3D
    4.3
    v1.0.2Scripts

    Extension for CharacterBody3D that is able to go up and down the stairs.

    By: vissa
  • Random Names Generator
    4.0
    v1.0.0Tools

    Generates an array of names (strings) with current indexed entries of: 1. Female (first & last name) using real world database of names 2. Male (first & last name) using real world database of names 3. Unisex (first name) using Emi's code for random fantasy name generation 4. Unisex (first name-short) using Sam's code for random fantasy name generation 5. Unisex (first name-medium) using Sam's code for random fantasy name generation 6. Unisex (first name-long) using Sam's code for random fantasy name generation Can use as either main screen plugin (click interface) or as direct plugin to your application (call to class_name NameGenerator.new_name() ) Using multiple different methods, including a small database of a few thousand names commonly found in the world, this generator builds multiple random full names for you to quickly choose from. It generates both true real world, and realistic fantasy names. The underlying code is designed to be expandable, feel free to contribute to its growth. This is a 'Main screen plugin' and will appear next to the 2D,3D,Script,AssetLib buttons in the top center of Godot 4.x License: Creative Commons Attribution License (reuse allowed) This work is a derivative work of Emi @emi_cpl https://www.youtube.com/@emi_cpl updated for Godot 4.0 It has been further developed by Samuel Landers of [email protected]

    By: TigerWild
  • Basic Top Down Shooter
    3.0.4
    v1.0Templates

    Simple top down shooter made in this tutorial: https://www.youtube.com/watch?v=5vYI_mgERBU

    By: miziziziz
  • Zone Area2D Editor
    3.1
    v1.02D Tools

    Easy edition of Area2D rectangular shapes.

    By: xPheRe
  • SQLiteSharp
    4.0
    v5.2Scripts

    SQLiteSharp is a powerful library to help you access a SQLite database in C#. Features: - Create tables from your .NET objects - Annotate members as primary keys, foreign keys, not null, unique, indexed and more - Manage your database with No-SQL APIs - Use synchronous and asynchronous functions - Encrypt your database with SQLCipher The library is available on NuGet: https://www.nuget.org/packages/SQLiteSharp

    By: Joy-less
  • Easy Aspect Ratio
    4.2
    v1.0.0Tools

    A Godot 4.2 plugin that allows easily change between aspect ratios and bring some useful graphics options to a more accessible place

    By: Herbherth
  • ShapeTexture2D
    4.2
    v1.02D Tools

    ShapeTexture2D is a resource for generating textures from simple shapes. Useful for prototype/placeholder textures, particle effects and GUI elements like buttons, icons and panels. Supports gradients for both fill and strokes (border). Following shapes are supported: regular polygons, stars, ellipses, boxes with rounded corners, capsules. After installing, simply look for "New ShapeTexture2D" in the new texture menu.

    By: aXu-AP
  • Godot Playlists
    4.0
    v1.3.0Scripts

    Godot Playlists is a small library for loading large sets of resources such as AudioStreams in a way that uses minimal memory. It's useful for playing playlists of songs while only maintaining one song in memory at a time.

    By: myyk
  • GEA - Godot Easy Audio
    4.4
    v2.0.0Tools

    GEA (Godot Easy Audio) is a simple and powerful addon for the Godot Engine that enhances audio management by providing an easy way to handle music, sound effects, and transitions. With GEA, you can smoothly fade, crossfade, and control audio playback effortlessly. Key Features: - Music Management - Sound Effect System - Customizable Settings - Seamless Integration

    By: IsItLucas?
  • CameraRegion2D
    4.3
    v1.02D Tools

    A simple Godot addon for managing Camera2D transitions and behaviors using defined regions. Easily add camera transitions, shake effects, and region-specific configurations to your game.

    By: iniberas
  • Quick Plugin Manager
    4.0
    v0.2Tools

    Updated to work with Godot 4.x version. forked from original Godot 3.x version https://github.com/mastermarkus/QuickPluginManager Faster plugin management without going deep into Godot's plugin settings The button appear in upper-right corner (when you activate the plugin) There you can select plugin(s) to enable/disable

    By: Danim3D
  • Dock Shader Editor
    3.4
    v0.0.1Tools

    Move this shader editing panel to a moveable dock.

    By: VivianVerdant
  • PixiJS Spritesheet Importer
    3.0
    v1.0.1Tools

    Atlas importer plugin for PixiJS spritesheets. These can be generated by the following software: ShoeBox: http://renderhjs.net/shoebox/ Spritesheet Packer: https://amakaseev.github.io/sprite-sheet-packer/

    By: pirate