Tools

Showing 348 of 1,123 results
Page29 of 94
AutoSaver Toggle for Godot Editor (C#) hero image

AutoSaver Toggle for Godot Editor (C#)

by vrravalos

FREE

AutoSaver is a peace-of-mind plugin for Godot 4 that enables a toggle to automatically save the currently open scenes and files based on a timer schedule (default is 60 seconds) and/or when the application loses focus. The plugin has some optional configuration to customize the experience. ## Features • Toggle autosave functionality in the Godot editor • Prevent saving during active editing (scenes) • Integration with Godot's built-in autosave features • Easy-to-use settings panel in the Godo...

Object State Machine hero image

Object State Machine

by lowlevel1989

FREE

Full documentation available in the repository: https://github.com/lowlevel-1989/object_state_machine A hybrid state machine solution for Godot - Single node in scene tree - Add just one NodeStateMachine node to your scene - No node-based states - States are pure GDScript objects (not scene nodes) - Optimized performance - Avoids scene tree overhead for state transitions - Clean architecture - Keep your scene tree simple while managing complex behaviors How It Works - Add a single node to you...

GodoGram - Telegram API hero image

GodoGram - Telegram API

by delalex

FREE

This tool allows to send and receive messages through Telegram Bots

Scene Comments hero image

Scene Comments

by sampengilly

FREE

Why limit your comments to code? Scene comments is a plugin for placing comment nodes into a scene for viewing in the editor. It is lightweight and has a couple of comment types with different visual gizmos.

CharacterCamera3D hero image

CharacterCamera3D

by robotnik

FREE

This Node is a plug and play option for third person characters and allows follwing the character, keeping it in screen and snap to plattforms while keeping the camera out of obstacles with a SpringArm3D # Changelog 1.0.1 - Fixed issues with manual rotation around the character - Now centers the camera when moving in any direction (fixed an issue with camera clipping through obstacles) 1.0.2 - Fixed Owner can be null and is_inside_tree error - Fixed auto rotation bug, sometimes camera just st...

Mod.io For Godot hero image

Mod.io For Godot

by abel

FREE

Adds mod.io integration for Godot using GDExtension. Currently it works for Windows, Mac & Linux. TODO for Android.

Safe Resource Picker hero image

Safe Resource Picker

by hauntedbeekeeper

FREE

Get the type safety of the native Godot resource picker with the performance benefits of storing resource paths instead of resources. By just adding a custom type hint to your `@export` properties, you can use the Resource Picker control in the Inspector, but the values will be stored as uid strings instead of external references. This means that loading your Resource will load JUST your Resource, and not all of its external references. This can be a huge performance boost when, for example, ...

Random Timers hero image

Random Timers

by brainonoxygen

FREE

Two random timer nodes. RandomRangeTimer serves to timeout at random intervals within a range. RandomListTimer times out by picking random values on a given list.

Godot LM Studio Api Integration hero image

Godot LM Studio Api Integration

by joryleech

FREE

This plugin integrates LM Studio's Server APIs allowing easy node based access to AI Tools within your Godot projects.

Artificial Worm Brain AI hero image

Artificial Worm Brain AI

by leparlon

FREE

This plugin allows you to drag and drop a artificial worm to your game project. The worms AI is powered by a mapped C. Elegans worm brain. How to use: Enable the plugin, create a 2d scene, add a WormNode into it, Run the project. This is a little more than a conversion from js to GD script (and Godot Node structure) from this project: https://github.com/heyseth/worm-sim Make sure to check the editor properties of the worm and customize it, I struggled a bit to make this work, so it might have...

DTDA ML - Machine Learning models hero image

DTDA ML - Machine Learning models

by dtdagames

FREE

DTDA ML allows you to run machine learning models like KNN, Linear Regression, Logistic Regression, SVM.

BMOD: Create sound effects like with FMOD but B-tier hero image

BMOD: Create sound effects like with FMOD but B-tier

by kpids

FREE

A simple add-on that copies some of the functionality of FMOD inside of Godot. Sound Effects (SFX). Meant for game jams, prototypes, and small projects. Read more on GitHub: https://github.com/kpids/bmod