Sort
  • FastNoiseLite Runtime Shader
    4.2
    v1.1.0Shaders

    FastNoiseLite GLSL Shader. Generate all kinds of FastNoiseLite noises on your GPU! Better performance, speed, and noise quality! Free your CPU from generating noise and let the GPU do all the hard work! Output of GLSL FastNoiseLite version are 99,9% equal to output of C++ version, provided by Godot.

    By: M.A.G.Gen.
  • 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
  • Zone Area2D Editor
    3.1
    v1.02D Tools

    Easy edition of Area2D rectangular shapes.

    By: xPheRe
  • 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
  • Radial ProgressBar
    3.1
    v1.0.02D Tools

    Radial progress bar with customizable values like radius, thickness , color,....

    By: kameloov
  • 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
  • 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
  • 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
  • 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
  • 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
  • Dock Shader Editor
    3.4
    v0.0.1Tools

    Move this shader editing panel to a moveable dock.

    By: VivianVerdant
  • 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?
  • Script Search
    4.1
    v1.2.0Tools

    This plugin provides a quick and easy way to search for scripts with custom search parameters. You can blacklist certain directories and specify allowed extensions. > How to Use Press Ctrl + P to open the Search Window. (You can change this shortcut). Navigate with Up / Down Arrows and press `Enter` to select a file. The file will open in the script editor. > Changing the Configurations Click the config button on the Search Window. This will open the Configuration Window, where you can change the parameters: - Allowed Extensions: What extensions should be included in the search. - Directory Blacklist: What directories should NOT be included in the search. - Case Sensitive: When enabled, differentiates upper and lower case text. > Changing the shortcut To modify the default shortcut, navigate to [Project > Project Settings > Input Map], add a new action called "addon_script_search_open" and assign an event to it, with the desired key combination. Reload the plugin, and the new shortcut should take effect. > Special Characters ":" - Use a colon as the first character to match only the file base name, ignoring the rest of the path. "," - Use a comma between terms to perform a multi-term search. > Assets Icons from Onscreen Controls by Kenney.

    By: bruno-br
  • GD-OpenBlive
    4.2
    v1.0.0Tools

    bilibili直播开放平台Godot插件

    By: Fantety
  • 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
  • Outline 3d
    3.4
    v1.0Shaders

    An example that creates single-pixel outlines around selective 3d geometry. This implementation uses viewport rendering to produce an image of geometry added to a specific cull mask layer. This viewport texture is then applied with a shader on a screen filling quad to produce a single pixel-perfect outline. Nodes within the scene are commented with useful information about how the setup works.

    By: ualac
  • Dialogue Label
    4.0
    v0.9Tools

    This is a simple RichTextLabel extension for displaying dialogues. Custom tags: [spd 1.5] - change text speed to 1.5 symbols/frame [inst 5] - instantly display next 5 symbols [snd 0] - choose first sound bite in sound bite list [wait 60] - delay for 60 frames Example: [color=gray][inst 13]!!!warning!!![/color] [spd 1.5][snd 0]fast text with... [wait 60]sound bite 0 [spd 0.1][snd -1]slow text without sound bite

    By: night_glider
  • Godot Plushie Viewport Pet
    4.1
    v1.0.0Misc

    Adds a cuddly companion to your viewport, much like a desktop pet! If you leave them alone for a while, they might get sleepy... Sprites by SplendidDog on itch.io!

    By: Kosro