A Simple Adaptive Music & SFX Helper
With this tool you can create SpawnPoints for your enemies or goodies using a mixed set or them.You can spawn your enemies or goodies in 2D and 3D.Place your SpawnPoint or SpawnPoint2D in your scene and drop the various Scenes into the Products list.The image below should give you an impression
This import plugin allows importing .piskel files as StreamTextures directly without requiring a manual export to PNG
A tool to manage RPG databases made in C# and inspired by RPG Maker databases
StringKeys allows you to automatically generate a .csv translation file from strings in your game by searching for certain patterns surrounding the strings. For example it could find the text property for a Button or Label node in a scene file, or it could find a string inside a tr() (translate) function call.
Inspector buttons in one line: `tool`.toolextends Nodefunc im_clickable(): score += 10
A collection of RNG (Random Number Generator) utilities for the Godot Engine.This addon provides:- Random string generation- Random boolean with ability to specify probability- Random normalized Vec2 and Vec3- Random Color with customizable HSV ranges- Random item(s) from array- Random byte(s)This addon provides a RandUtils class, which contains static methods used to generate data. As the methods are static, you don't have to instantiate the class.Check the readme for more information, including usage: https://github.com/JulienVanelian/godot-rand-utils
Shows what you are doing in the Godot Editor as your Discord presence.Supports Windows, Linux and OSXGodot >= 3.2.2Features- Updates the presence in real-time- Two customizable URL buttons- Supports showing scripts like GDScript, VisualScript, NativeScript and CSharpScript- Automatically reconnects to the Discord client- Two modes for updating timestamp (start of the project vs whenever the screen changes)Customize the plugin in:Project Settings -> Discord Presence
Launchy is a tool used to quickly and easily launch your favorite external editor when you wish to modify a resource in your project folder. You can associate editors with a specific Resource type or a group of resource types.
SCML importer for GODOT. Written to convert BrashMonkey Spriter created characters and animations into a Godot scene and animations.v0.7 Now in the form of an importer plugin handling scml files instead of being a dock (Thank you nikibobi).v0.7.2 * Basic support for objects moving between parents by maintaining separate instances * Exposed more configuration options on importer plugin settingsv0.7.4 * Fixed issue with obj_info type sprite nodes and nodes using realname values
Hierarchical Finite State Machine As we all know, state machine is a very common design pattern. Here provide a powerful and easy-to-use Godot plugin for Hierarchical Finite State Machine with visual editing.FeaturesPerfect visual editorSupports hierarchical nesting and can be used in complex situationsDiversified transition plansTwo development modes: signal callback and attached state scriptDevelop base GDscript, compatible with Godot basic version and mono versionHFSM structure:Installation Clone this repo and copy "addons" folder in your project,then Activate this plugin in Project Settings -> Plugins.Demo video link:https://www.bilibili.com/video/BV1AB4y1c79PNOTE: Please obey the license(read LICENSE.md for more) when you using this plugin.The full version is under a custom license.The trial version is under the GNU Lesser General Public License v3.0.TutorialPlease jump to the github for read document. This plugin still is a alpha version . there might have some bugs in this plugin . Please submit issues to report the bugs or offer proposals.If this plugin can help you , please consider to sponsor me by getting the full version :https://afdian.net/@Daylily-Zeleenhttps://godotmarketplace.com/?post_type=product&p=37138
With this tool, the user can create Trello cards and add attachments from a running Godot project.