Tools

NCrypt - Pure GDScript encryption/decryption/hashing
by nivrig
This project contains pure GDScript implementations of a number of common cryptographic primitives. Ciphers: AES, ARCFOUR, CHACHA Hashes: SHA256, HMAC-SHA256, SIPHASH Padding: PKCS#5 CSPRNG: CHACHA-FORTUNA These implementations are interoperable with common implementations of the same algorithms.

MatrixCalc
by sleeeepyzhou
Matrix class for Godot/Maodot. Automatically use computational shaders to accelerate calculations based on computational complexity.

Gype
by godothub
Godot with JavaScript/TypeScript
.png)
KBM/Controller Switch Detector
by xshader1374
Description: This plugin can detect if input is coming from Keyboard And Mouse or Controller, and can detect what type of controller is being used (Xbox, PlayStation, Nintendo, Steam), it uses a simple autoload so you don't have to do anything else other than just using it! Usage: 1) When you have to check if the user is currently using a gamepad or a keyboard you can just use: "KBM_ControllerSwitchDetector.keyboardOrController" (true if Keyboard is being used, false if Controller is currentl...

Lootfabriq export downloader
by lootfabriq
Godot Plugin for Lootfabriq. This plugin allows you to seamlessly download the latest exported dictionaries and images from the Lootfabriq CMS directly into your Godot project

NodePath Tracker
by henriquelalves
A node to track and update in real-time the NodePath of selected Nodes in the scene.

SImpleMenuSystem
by voaz
This project intents to be a simple tool to create a simple menu system. Now supports only creation of main menu buttons with user defined handlers.

Trello Reporting Tool
by picster
With this tool, the user can create Trello cards and add attachments from a running Godot project.

JSON Minifier
by mashumafi
Add JSON resource with minification. There is support for compressing the output resource and choosing a format. Formats include: removing white-space or using binary.

Launchpin
by vaner
Show the last played scene or a pinned scene on the run bar, for easy access

QuickPlace
by laurasofia
Quickly place packed scenes and optionally rotate towards faces and randomize its position

Local Backup
by mashumafi
Create backups of you project in a local directory Disclaimer: This plugin is in no way meant to replace proper version control systems such as Git. This addon should be used to supliment existing backup solutions and give proper coverage in an extreme outage. It gives you one more source to fallback if you are not able to recover your project your primary sources.