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