A custom plugin for Godot Engine 4 that displays the file count for two directories: res:// and user://.
This plugin is designed to provide a simple way to track the number of files in your project's res:// and user:// directories. It's a useful tool for developers who need to keep an eye on their project's file count.
- Displays the file count for
res://anduser://directories - Updates the file count at a configurable interval
- Clone or download the repository
- Place the plugin files in your Godot project's
addonsdirectory - Enable the plugin in the Godot editor's plugin settings
Once the plugin is enabled, you should see two panels at the bottom of the Godot editor displaying the file count for res:// and user://. The file count will update at the interval specified in the plugin settings.
This plugin is designed for personal use, but feel free to modify and distribute it as you see fit.