Sort
  • AnimationPlayer SpriteFrames Helper
    3.4
    v1.0.1Tools

    AnimationPlayer SpriteFrames Helper allows for an easier addition of SpriteFrames animations into the timeline of an Animation.

    By: TheOrioli
  • Easy Sheet Manager
    3.2
    v1.5Tools

    Lets the user create animations automatically from selecting specific sprites from the sprite sheet. * check README file for complete instructions * Added Support for 2d and 3d sprites

    By: nonunknown
  • Animation Resetter
    4.0
    v1.2Tools

    This plugin adds a "Complete Tracks from RESET" option to the Animation menu in Animation bottom panel. The menu option adds missing animation tracks based on the tracks available in a RESET animation. Version 1.2 - Adds missing track properties Version 1.1 - Fixes dialog position for Godot 4.1 - Improves AnimationPlayer tracking

    By: timothyqiu
  • Action Behavior Tree
    3.4
    v0.1.0Tools

    A behavior tree plugin for action games. In many cases we want the behavior tree have continuous state capabilities. For example, during a character is casting an action, we need this behavior tree focus on this action and no need to check or toggle states in partial branches. A RUNNING status is added for indicating that this node is running continuously. Documentation: https://github.com/gsioteam/action_behavior_tree Living Demo: https://gsioteam.github.io/ActionGame/

    By: gsioteam
  • Godot Game Screenreader
    4.3
    v1.0.0.4Tools

    This is a screenreader for your Godot games. It organizes child Controls into a way that can be navigated by low vision users. Features: - Screenreader with support for most native Godot Controls - NVDA support (Credit: NightBlade) - High Contrast theme changer - VTT parser and subtitle support

    By: punishedfelix
  • Baked Lipsync
    4.3
    v1.0Tools

    Godot plugin to automatically generate and play lip animation in sync with pre-recorded audio, baked into lipsync animation resources. Uses Rhubarb under the hood to identify mouth shape data in time with your audio, so you can animate talking characters. The plugin adds a tool in the editor to bake animation data from audio files, and when running the game, a special node emits signals every time you need to change the mouth shape. All you have to do is use that signal to change the mouth shape of your characters. (Both 2D and 3D examples provided.) The animation is baked from recorded audio - it does not support generating on the fly with real time microphone (it's not like Oculus' OVRLipsync).

    By: fbcosentino
  • event-driven Behavior Tree
    4.0
    v1.0Tools

    This is a modern behavior tree implementation for Godot 4. Features: - Graphical interface for editing and debugging trees. - Event-driven architecture remembers running nodes and skips running all of the tree every tick. - Decorator nodes are implemented as node decorators, this means decorators are annexed to the BTNodes and modify their behavior internally. This makes trees prettier and easier to read. - Subtrees that improve organizing and re-utilizing your trees. - Utility composite nodes and decorators for more complex behavior. - Flexible Parallel node for complex behavior and simple implementation.

    By: MBoqui
  • Tabby Explorer
    4.0
    v0.2.4Tools

    With this plugin, you can organize complex folder structures according to your preferences using multiple FileSystem docks and nested tabs. Additionally, a dedicated dock for Favorites is supported.

    By: luxmargos
  • GodotVersion for Godot4
    4.0
    v0.3.0Tools

    The GodotVersion plugin makes it easier to manage version updates for your Godot projects. It works with GitVersion and a git pre-commit hook to update the project version automatically when a build is started - both for debug and exports. This plugin can be used for both game and non-game projects.

    By: Gregorein
  • Resizable
    4.0
    v1.1Tools

    This custom node will make its parent resizable.

    By: Eranot
  • Better Texture Array
    3.2
    v1.0.0Tools

    Adds support for saving, viewing and editing TextureArray and Texture3D in Godot 3

    By: arccoza
  • Conzole advanced logger
    4.3
    v0.2.1Tools

    Conzole is a web browser console-inspired logger addon designed to make it easier and more fun to utilize the Godot debugger log. The plugin lets you log messages and data from your game into a rich editor log.

    By: zegenie
  • GodotVersion for Godot3.5
    3.5
    v0.2.1Tools

    The GodotVersion plugin makes it easier to manage version updates for your Godot projects. It works with GitVersion and a git pre-commit hook to update the project version automatically when a build is started - both for debug and exports. This plugin can be used for both game and non-game projects.

    By: Gregorein
  • DebugGUI Graph
    4.2
    v1.0.1Tools

    This utility provides a way to debug continuous systems by providing an inspectable graphing GUI and logging overlay. It also provides an optional attribute-based abstraction for a one line injection into your existing code. Callable from both C# and gdscript, but requires Godot .NET

    By: WeaverDev
  • FrogConsole
    4.2
    v1.0Tools

    FrogConsole is a customizable In-Game console for Godot 4.2. FrogConsole uniquely features its own complete scripting language, FrogScript, that allows you to write and execute programs. With it, you can write complex macros that are impossible in other consoles, like spawning enemies dynamically, or giving yourself every other upgrade. FrogConsole allows for custom commands to interface with your Godot Projects. You can view a guide on setting up, coding, and documentation on the FrogConsole Wiki: https://github.com/project-flytrap/FrogConsole/wiki

    By: flytrap
  • Indie Blueprint Toolbox
    4.4
    v1.1.3Tools

    General utilities that does not belongs to a particular place and are sed as static classes that can be accessed at any time even if they are not in the scene tree.

    By: ninetailsrabbit
  • Asset Dock
    4.2
    v2.2Tools

    This plugin adds a dock to the bottom of the screen. Similar to what you would see in Unity or Unreal. It allows you to preview assets and drag them into the scene. Setup Guide - https://github.com/Reetro/Asset-Dock

    By: Reetro
  • GDScript Sections
    4.1
    v1.0.1Tools

    A Godot addon that improves your scripting experience It improves organization and navigation when scripting in the Godot editor.

    By: VinhPC
  • Sketchfab
    4.0
    v4.0Tools

    Import models from Sketchfab to Godot (Godot 4 beta 2+)

    By: [email protected]
  • BoxConstructor
    4.4
    v1.0.0Tools

    Easy-to-use Grayboxing tool for Godot.

    By: Aeghnnort
  • Local Asset browser
    4.2
    v1.2.0Tools

    An asset browser for local assets. Click on "view files" for more info. [Changelog] 1.0: - first release 1.1: - added a setting to use the first image found. - added more names to default File_preview_names. 1.2: - Filer searches using tags. - Added image size override. - Asset searching now looks for an image with the folder name. 1.3: fixed crash when loading large amounts of assets. added some buttons to the search full changelog on GitHub.

    By: kaifungamedev
  • LiveDebugger
    4.2
    v1.1.2Tools

    high-level debug window for game status. watch display text Node Properties and Functions. can edit only primitive node.

    By: Folta
  • Cider Wiki
    4.2
    v0.3.0Tools

    This plugin adds a Wiki tab to the editor, which allows you to create and edit project documentation without leaving the editor. Pages are edited as BBCode, and can link to other pages as well as project assets. Includes a built-in search.

    By: Apples
  • Github To Itch
    4.0
    v1.0.0Tools

    This addon automatically generates a github workflow to publish your game to your itch.io project. Great for use in jams so you can have your playable code live within a couple minutes of pushing to github.

    By: LeonardMeagher2