Tools

Showing 1,032 of 1,123 results
Page86 of 94
GDGotm hero image

GDGotm

by gotmio

FREE

Access Gotm's API with GDScript! === INSTALL === Add Gotm.gd to your autoloads at "Project Settings -> AutoLoad". Make sure the global autoload is named "Gotm". It must be named "Gotm" for it to work.

GDFormat hero image

GDFormat

by bodo

FREE

A plugin for Godot that integrates Scony's GDScript formatter (https://github.com/Scony/godot-gdscript-toolkit) inside the Godot editor. The "gdformat" tool is required for this plugin to work. For more informations, please visit https://gitlab.com/DonatienBdR/gdformat-plugin and https://github.com/Scony/godot-gdscript-toolkit.

FrogConsole hero image

FrogConsole

by flytrap

FREE

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...

Maaack's Game Template - Plugin hero image

Maaack's Game Template - Plugin

by maaack

FREE

Plugin for existing Godot projects. It has a main menu, options menus, pause menu, credits, scene loader, extra tools, and an example game scene. Created in collaboration with members of the Godot Wild Jam community. For usage information, visit the following: https://github.com/Maaack/Godot-Game-Template/blob/main/README.md#usage

Game Jolt API hero image

Game Jolt API

by joelgomes1994

FREE

Wrapper for the Game Jolt API running through HTTP requests. It contains all Game Jolt API endpoints and aims to simplify its use where it's possible. Compatible with Godot 4.x. For examples of use, see the documentation on the repository. There's also an example scene in addons/gamejolt/example containing all endpoints and parameters on a graphical interface.

RCalc hero image

RCalc

by pgelvin

FREE

A lightweight RPN calculator. Note: This addon utilizes GDExtension. If you have errors after installing, please reload your project so the GDExtension can be correctly loaded. = Extended Types RCalc can understand scalar types like integers and real numbers, as well as vectors and square matrices of sizes 2, 3, and 4. When operating purely in the scalar integer domain, RCalc can promote up to BigInts to avoid floating point imprecision. = 84 Operators RCalc has 84 built-in operators with inc...

Indie Blueprint Toolbox hero image

Indie Blueprint Toolbox

by ninetailsrabbit

FREE

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.

Easy C++ hero image

Easy C++

by dankolle

FREE

This tool allows you to easily build your GDNative code directly from Godot. Attention!! I ran into some issues where GDScript was not behaving correctly under Linux and macOS, when the addon was updated. So when the "Build Platforms" or "Build Configuration" in the new settings dialogue do not work (no tabs listed), quit Godot and start it again. Otherwise delete the folder and reinstall the addon. Changes v0.2: - Added settings dialogue. - Fixed file structure for installing from assetlib. ...

D's Levels hero image

D's Levels

by dmoreland117

FREE

A simple level manager for Godot.

SFMGraph hero image

SFMGraph

by asperthedog

FREE

A tool that lets you create State Machines for your nodes that combines the flexibility of code with the ease of visual graphs. Define States through code by defining output events and functions on enter, exit and frame events using the familiar and polished method shared in the community and use them in a GraphEdit UI with custom coloring and inspector-like fields for variables.

OSShortcut hero image

OSShortcut

by thiagola92

FREE

Replicate Operating System key presses and release into Godot. Useful if there is a need to listen key press/release when Godot window is not focus. Examples: - Overlays (like Steam and Discord show overlays) - Streaming software (like OBS Studio use to change scenes) - VTuber software (change character state) Compatibility with Linux (X11) and Windows.

Godot Node FSM Plugin [Finite State Machine] hero image

Godot Node FSM Plugin [Finite State Machine]

by sunetraalex

FREE

A Node based Finite State Machine Plugin for Godot 3.1.