Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.03 KB

File metadata and controls

30 lines (17 loc) · 1.03 KB

File Count Plugin for Godot Engine 4

A custom plugin for Godot Engine 4 that displays the file count for two directories: res:// and user://.

Description

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.

Features

  • Displays the file count for res:// and user:// directories
  • Updates the file count at a configurable interval

Installation

  1. Clone or download the repository
  2. Place the plugin files in your Godot project's addons directory
  3. Enable the plugin in the Godot editor's plugin settings

Usage

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.

Notes

This plugin is designed for personal use, but feel free to modify and distribute it as you see fit.