
Push builds to itch.io with a single click of a button from the editor
Push builds to itch.io with a single click of a button from the editor
A dialog tool that includes a dialog editor, and nodes to parse the resulting file to text on screen. Useful for narrative games such as visual novels. Documentation can be found on the GitHub Wiki: https://github.com/SnekOfSpice/dialog-editor/wiki
This console can be opened while the game is running. It lets you evaluate code and even choose which node from the scene tree should be "self" when you are running it. It also includes a REPL that can be used in the editor.
Adds a node type that monitors an input action for long holds, short taps and multiple taps. Can emit signals or send InputEventActions. Which events are monitored and what is done in response are configurable. See https://hatmix.itch.io/godot-timed-input for a demo.
This is a plugin for Godot 4+ that allows to synchronize CSV files with Google Spreadsheets from Godot. It's useful for having translations or collaborative databases on Spreadsheets and synchronize them with your game when you create without downloading on every change, just click a button from editor.
Editor plugin that allows you to expand any editor dock slot by hovering over it and pressing ctrl+space or the middle mouse button. Can makes browsing large scene trees/file structures easier.
a table for godot with build in helper and sorter functions
Makes easy to find and use icons from popular icon-fonts in your Godot project. What problems it solves: You only needs this addon - as you don't have: to go online find font then find icon check icon licence - and maybe you need to search for another finally download it Better alterative to Godot's build emojis as to use them you need to find unicode online they don't work on some platforms for example Web they are outdated
Manage private keys, read from smart contracts, and send transactions to Ethereum Virtual Machine blockchains. With a built-in ABI encoder/decoder, all you need is a contract's ABI to interact with it. For MacOS, X11, and Windows. Built with Godot Rust and Ethers-rs. Note: this addon includes GDExtension dynamic libraries. You may need to grant them permission to open before your project will load them. On MacOS, this can be accomplished by right-click opening the libgodot_ethers.dylib file. GodotEthers is currently intended for testnet experimentation.
This is a Godot 4.x plugin that enables the Godot Editor to send build games to the Steam deck. Tested on MacOS and Linux, as the scp application is needed.
Singleton script that will process methods during idle time on the main thread. The IdleQueue singleton places callables in a queue to be executed when the cpu is not busy, prioritizing the physics and main processes of the game with minimal effect on the frame rate. This allows methods to be run in the background on the main thread. (All member functions of this singleton are thread safe).
A Godot4 tool to await multiple coroutines, simplifying async task management.
Plugin for monitoring signals of a global EventBus singleton. While creating Godot projects, developers often use a global signal script, a singleton, which houses only signals needed for unrelated systems to talk to each other. These scripts go by names like EventBus, MessageBus, Signalton, etc. One downside these scripts often have is the inability to see under the hood, as there isn't an easy way to monitor multiple signals being emitted. Developers often have to resort to using print() statements on each end of the signal path. This plugin adds a SignalPrinter node, which automatically connects to all signals of your global EventBus and routes them to a method, which prints the signal's name, all arguments and (optionally) the time at which the signal was recieved.
The Putty Shape plugin is the culmination of multiple sources into one plugin that allows for complex mesh generation by using primitive shapes and mathematical operations. Features: - 3D Mesh Generation - + Create static meshes in real-time by adding PuttyShape3Ds to a PuttyContainer3D + Over 30 shapes to use and over 20 operations to perform on them to create complex models + Save your creations from the mesh that's outputted to the PuttyContainer3D's mesh property as a model you can use in-game as-is or modify by exporting it from Godot
Provides simple PDF creation and export functionality. Check plugin.cfg for more detailed documentation Check sample.gd for example usage
Godot Plugin to integrate Google Play Billing Library.
Seamlessly display in-game versions based on your Git tags.
One line of code can add buttons to: - Inspector @button - 2D Viewport @button2D - 3D Viewport @button3D - Menu Bar @editor_menubar - Dropdown from function @dropdown 1.3: Added @dropdown + fixes. **Check README for the many features!**
This adds a Control Node that puts its children Nodes in a circle. You can change the radius of the circle and the size of all the elements. Make them spin!
Adds a preset interface that shows an interactive list of all licenses. Custom licenses can be added through the GodotLicensing class.
A Single Scripted and (yet) most convenient mobile controller setup element and connector. This plugin included presets and detailed debug informations mainly used for easy mobile controller setup validation.
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
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.
A powerful plugin that provides an intuitive interface for selecting and monitoring node properties in the editor. This plugin enhances your workflow by making property management more efficient and user-friendly, with features like filtering, searching, and type-based filtering of properties.