Licenses
Order

Filesystem Dock Tooltips 0

by Tobias Lawrenz | MIT

Shows inline GDScript documentation and generated visual resource previews directly in the FileSystem dock

FileSystem Dock Tooltips Get useful information about your files without opening them. FileSystem Dock Tooltips extends Godot's standard FileSystem tooltips with inline GDScript documentation and generated visual previews for common resource types

Anvil 1

by Saku | MIT

A Godot 4 (C#) editor plugin that generates strongly-typed, compile-time-safe `StringName` IDs for your files — no more typo-prone magic strings for asset paths, sound names, or resource keys

Anvil A Godot 4 (C#) editor plugin that generates strongly-typed, compile-time-safe StringName constants for your files — no more typo-prone magic strings for asset paths, sound names, or resource keys. Point it at a folder, and Anvil generates a nested

UID Hider 0

by L_Find | MIT

Automatically hides generated .uid files from your system file manager to keep project directories clean and clutter-free. Detects the OS and uses appropriate hiding methods: creates a .hidden file on Linux (tested with Dolphin) and applies the hidden

Godot UID Hider Plugin A lightweight Godot 4.x editor plugin that automatically hides generated .uid files in your project directory. It helps keep your file manager clean and clutter-free without interfering with Godot's internal resource management

Directory Watcher 1

by KoBeWi | MIT

Simple addon that allows watching directory contents for file changes

DirectoryWatcher will notify you whenever files or file list has changed in a directory. Usage Create the watcher. var watcher = DirectoryWatcher.new() add_child(watcher) Add a directory to watch. watcher.add_scan_directory("res://directory") (

Android Device Explorer 0

by Anish Kumar | MIT

An editor plugin that lets you explore and manage the filesystem of connected ADB devices directly from within the editor

Android Device Explorer An editor plugin for Godot that lets you explore and manage the filesystem of connected ADB devices directly from within the editor. Example Use Cases Inspect logs or cached data generated by your app Quickly push test files into

loading more results...