Misc

Toasts
by ra45
A plugin that allows you to make Android like toast on all platforms

Scene selector
by wantg
1. Add Scene selector (tree structure) 2. Open Scene editor when select scene 3. Focus file in FileSystemDock when select scene 4. Click the middle mouse button in the inspector to display only modified properties

Godot icon creator/replacer
by pkowal1982
Replace Windows icon without rcedit. Create icon from image(s) using no external tools. After installing and enabling you'll find two additional menu entries: Project/Tools/Icon Creator Project/Tools/Icon Replacer which should be self explanatory.

EZ Music Cuer
by lopano
An addon to the "EZ Sfx and Music" Godot asset by ghoulbroth. Put MusicCuer as MusicPlayer's child and it plays either the MusicPlayer's first track or a selected track on regular intevals, optionaly after some delay.

Godot Rust CLI
by robertcorponoi
Godot Rust CLI is an easy to incorporate Rust modules into your Godot project.

Mqtt node
by freehuntx
This is a simple implementation of mqtt 3. It adds a node that can be used entirely without code and just visually! Just ws/wss brokers are supported for cross compatibility reasons (browser support). There are no plans/needs to add tcp/udp.

Project Time Tracker
by ccencceth
Track how much time you've spent on a project

GDmeter
by carrascomj
The unassuming Godot timer. Ideal for jams. It adds a tab in the main dock that activates a timer. The time is saved between sessions of the editor.

Editor background
by nukiloco
A highly customizable background addon for Godot 4.1! The current background addons for Godot weren't customizable enough for me which is why I made this addon!

EgoVenture
by deepgames
First person point and click adventure framework for Godot

Expand/Collapse Node Shortcut
by wisenoodle
This addon gives you a shortcut to expand and collapse the currently selected node in your scene tree without expanding or collapsing it's children. The built-in shortcut expands and collapses the selected node AND all if it's children. This custom shortcut only expands/collapses the parent (selected) node. CTRL+E is the default key bind. You can change it by opening the "addons/expand-collapse-node/default_shortcut.tres" and in the inspector window, there will be an Array containing an "Inpu...

Open External Editor
by krayon
Open an external script editor alongside the built-in editor, allowing you to use features from both at the same time. Visit the repository for setup instructions. Based off the original by calviken (repo now gone)