All Gadgets

GodotGPT
by jesper
Empowering developers by integrating context-aware chatbots. Simple and just works.

EngA - Engine Agnostic Framework
by amarinat
A framework designed to help writing a shared code base that works in more than one engine at the same time. Currently in very early prototype stage, it supports selected subsets of Godot 4.3 and Unity 6000.0 Working prototypes can be found at the following repositories: https://gitlab.com/engine-agnostic-code-project/user-projects-godot/-/tree/iteration-01 https://gitlab.com/engine-agnostic-code-project/user-projects-unity/-/tree/iteration-01

RigidBody Character 3D Demo
by godotengine
RigidBody character demo for 3D using a capsule for the character. Cubes as RigidBodies spawn in the map from above to show interaction with the player (jump on them, gently push them), which would be impossible with a KinematicBody. How it works: This demo uses a RigidBody3D node for the player, and StaticBody3D node for the level. Each has colliders, the player moves itself via `apply_central_impulse()` in `_physics_process()`, and collides with the level. The ShapeCast3D node is used to de...

Simple Free-Look Camera for Godot 4
by alanrichard
A simple 3D 100-line free-look camera for Godot 4.0 that mimics some of the functionality of the editor's camera for in-game use. !! Original authors/contributors are Adamviola et al. (https://github.com/adamviola/simple-free-look-camera). This is a port to Godot 4.0. * Use W and S to move forward and backward. * Use A and D to move left and right. * Use Q and E to move up and down. * Press Shift to move faster, and hold Alt to move slower. * Roll the scroll wheel to increase and decrease mov...

Godot LevelDB
by thundersmotch
A LevelDB wrapper for Godot. The LevelDB library provides a persistent key value store where keys and values are arbitrary byte arrays.

KSaver
by kolin63
A simple way to save and load game data.

Hide Private Properties
by iceflower
Private members (names starting with an underscore) should not be exposed. This plugin will hide exported private properties in the inspector for instantiated child scenes. For more see https://kenyoni-software.github.io/godot-addons/addons/hide_private_properties/.

Subtitle Support Sample Project
by fede0d
This plugin was created to help you work with subtitles inside Godot. It allowes you to import an srt format subtitle file into any scene. It works by converting the SRT file into a Godot Animation Resource. This way you can use any AnimationPlayer and RichLabelText node to play the subtitle. The reason behind using an Animation Resouce is to take advantage of the power of animations in Godot. Once the animation is created, all the information is compressed and managed by the engine just like...

AnimSheet - SpriteSheet to Animation Player
by lighar
Quickly generate ready-to-use AnimationPlayer directly from your sprite sheets within the Godot editor. Features - Supports Common Formats – Load PNG, JPG, WEBP, and more! - Auto-Detect – Let AnimSheet find animations automatically! Works with transparent backgrounds and strips. - Manual Drag & Drop – Draw animation frames directly on the sprite sheet preview! - Custom FPS Settings – Control playback speed per animation. - One-Click Node Generation – Instantly create Sprite2D and AnimationPla...

Log - A logging plugin for Godot
by albinaask
A fork of the GodotLogger plugin that has been added upon with new features, bugfixes and a thorough documentation. 1.2.1: - Fixed a bug with cyclic loading of resources at editor startup. 1.2: - Added a setting for whether or not to print tree on error. - Fixed bugs. 1.1.2: - Fixed bugs 1.1: - Updated documentation - Integrated settings into the EditorSettings singleton New for the fork: - Adds multiple log streams so you can control the log level independently for different parts of your pr...

Theatre
by nnda
Yet another (linear) dialogue system/addon/plugin. Written in human-readable plain text. Compatible with Godot 4.3. Official documentation: https://nndda.github.io/Theatre 0.9.0 changelog: https://github.com/nndda/Theatre/releases/tag/0.9.0

AndroidSystemBarControl
by menjliamanallah
A plugin for Godot to customize android's system bars (status and navigation bars).