Sort
  • SCORM
    4.2
    v2.3.1Tools

    Offers a channel for communication with the SCORM API and packages the Web exported files into a ZIP archive. The communication can be made with the functions or the signals of the Scorm autoload node. ScormExport do the post-export zip packaging. Follows the SCORM 1.2 specification.

    By: edassis
  • Local Storage
    4.1
    v1.0Tools

    Access and store data in localStorage easily (web builds)

    By: Hwosch
  • AndroidSystemBarControl
    4.4
    v0.1Scripts

    A plugin for Godot to customize android's system bars (status and navigation bars).

    By: menjliamanallah
  • Open-World Archero
    3.2
    v0.21Demos

    Open World mobile game with Archero like combat that allows ease of play on mobile phones

    By: spastic
  • GodotSteam GDExtension 4.1 - 4.3 (Deprecated)
    4.1
    v4.15Tools

    Steamworks API plug-in for Godot Engine. Available for the Windows 32/64-bit, Linux 32/64-bit platforms, and Mac universal. It is based on GodotSteam 4.15 with Steamworks SDK 1.62. This version is meant for Godot Engine 4.1 to 4.3 but should also work in 4.4; other versions include: Godot 4.4: https://godotengine.org/asset-library/asset/2445 Godot 4.0: https://godotengine.org/asset-library/asset/1768 Previous versions of the plug-in can also be found at the GodotSteam repository: https://github.com/GodotSteam/GodotSteam/releases. You can find the full documentation with tutorials at https://godotsteam.com. It does not require enabling but you may need to restart your editor.

    By: Gramps
  • Audio Station
    3.4
    v1.0Projects

    Clean audio/music player. Uses ResourcePreloader to load audio files. Features * setup loop and loop offset with Godot's Import Tab * autoplay, activate a file and it will continue playing the next file * playlist, quickly create playlist by Ctrl/Shift selecting multiple files * Pause, Skip, Fast Forward, Volume and More controls with shortcuts. * Spectrum analyzer Note: it use more memory than a native audio player, since all audio is preloaded.

    By: boukew99
  • ResourceOverrider
    4.4
    v25.03.05Scripts

    A node that replaces Resources on-the-fly using suffixes.

    By: ninstar
  • CRWTILES - 3D Tile/Map Tools
    4.4
    v0.0.13D Tools

    Generates 3D maps with a "Wave Function Collapse" algorithm. Includes a Blender add-on to cut a scene into 3D tiles for export into a Godot resource file. Refer to the README.md for getting the demo running.

    By: crwedman
  • Utility AI C#
    4.2
    v0.1.0Tools

    This is a C# port of John Pennycook's Godot Utility AI which is written in GDScript. The original GDScript addon can be found here: https://godotengine.org/asset-library/asset/1937

    By: DerLeon97
  • Caution Tape Shader
    4.1
    v1.0Shaders

    Procedurally generates cautionary strips of any color, rotation, width or gap between them, and speed and direction of movement if you want it to be animated.

    By: CoolGabrijel
  • Custom Image Equalizer
    3.5
    v1.0.0Misc

    A graphical equalizer where each block of the equalizer is an image you provide. It provides many configuration options and is derived from Control so you can position and size it as you see fit.

    By: bumblemeow
  • Inverted CollisionPolygon2D
    4.0
    v1.02D Tools

    Inverts all of your problems with the CollisionPolygon2D! If the Polygon2D is able to invert its points, so should CollisionPolygon2D as well! This plugin does just that! This tool comes with instructions to create your first Inverted CollisionPolygon2D with ease below in the read me section! https://github.com/TemplateDev/Inverted-CollisionPolygon2D/tree/main

    By: TemplateDev
  • Godot virtual joystick
    3.5
    v1.0Tools

    Joystick for touchscreens. A simple tool that accelerates the development of projects on touchscreens. Note: To run directly in godot, you must enable "simulate touch from mouse"

    By: jstnjrg
  • Inverted CollisionPolygon2D
    4.0
    v1.02D Tools

    Inverts all of your problems with the CollisionPolygon2D! If the Polygon2D is able to invert its points, so should CollisionPolygon2D as well! This plugin does just that! This tool comes with instructions to create your first Inverted CollisionPolygon2D with ease below in the read me section! https://github.com/TemplateDev/Inverted-CollisionPolygon2D/tree/main

    By: TemplateDev
  • Arm Performance Studio Integration
    4.3
    v1.1Tools

    This extension provides GDScript bindings for integrating the Arm Performance Studio tool suite into game development in Godot. This version of the extension provides bindings for emitting event annotations, software counters and custom activity maps. These annotations can then be viewed in Streamline and Performance Advisor.

    By: Arm
  • AutotileGenerator
    3.3
    v0.92D Tools

    Generate autotiles 2x2/3x3min from sprites whith 5 tiles or 3x3 from 8 tiles and add to tileset.

    By: ticial
  • Simple Project Timer
    3.4
    v1.0.0Tools

    Simple timer for tracking time spent on your project.

    By: RipeX
  • Color-Keyed BMP Importer
    3.4
    v1.0Tools

    This plugin import color-keyed BMP image as texture with transparency. Useful for legacy assets that use color-key / chroma-key instead of alpha channel.

    By: timothyqiu
  • Godot Cutout Helper
    4.3
    v0.12D Tools

    Cutout animation helps a lot keeping the generation of images needed into a reasonable amount. Instead on making one sprite for each frame we can make a set of parts of the sprite and animate them in batchs. It's very easy if the animation only goes two ways, but when making animations for more axis we need a new set for every direction, and changing them in the editor gets very complicated. This plugin helps in maintaining a set of images for each direction or action and helping changing them in batchs via editor panels at the bottom and helper functions in the nodes with the images. This video shows how to use the Godot Cutout Helper plugin.

    By: frindestown
  • Better Animated Texture
    3.3
    v1.1Tools

    Gives the class AnimatedTextureButBetter which is a subclass of AnimatedTexture which has the ability to load frames by choosing a folder.

    By: Anaxie Studio OHG
  • Install Wizard
    4.3
    v1.0.0Projects

    A simple Install Wizard, can be edited to fit almost any project.

    By: Buck Wild Games
  • Twitch Chat Manager
    3.2
    v0.2Scripts

    Here is a utility that allows recive messages and commands from the Twitch's Chat. This utility can send messages too. You can find a example in the Example folder.

    By: DavidKBD
  • PlayerPrefs C#
    4.1
    v1.1Scripts

    Standard PlayerPrefs implementation similar to that in Unity. Used for fast and easy storage of small amounts of data. Written in C#. Supports all platforms.

    By: MarcWerk