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