Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser




Quick Information

Display statistics of your Godot project inside the editorFeatures:- Scripts lines count (code, comments, blank and total).- Scenes count, size and number of nodes on each scene.- Resources count and size.- Display most used resources and file types on a pie graph.- Exclude files or directories from statistics generation.
Godot Project Statistics
An addon for Godot Engine which adds an UI panel to display some information on the current opened project (view screenshots).
Features
- Scripts lines count (code, comments, blank and total).
- Scenes count, size and number of nodes on each scene.
- Resources count and size.
- Display most used resources and file types on a pie graph.
- Exclude files or directories from statistics generation.
Configuration
The configuration can be edited at Project Settings > Statistics
:
Ignore
: A list of string paths to be ignored. (case-insensitive)Force Include
: A list of string paths to be included regardless if a path is found in theIgnore
list. (case-insensitive)
Note: matching expressions is possible where "*" matches zero or more arbitrary characters and "?" matches any single character except a period (".")
Screenshots
Display statistics of your Godot project inside the editor
Features:
- Scripts lines count (code, comments, blank and total).
- Scenes count, size and number of nodes on each scene.
- Resources count and size.
- Display most used resources and file types on a pie graph.
- Exclude files or directories from statistics generation.
Reviews
Quick Information

Display statistics of your Godot project inside the editorFeatures:- Scripts lines count (code, comments, blank and total).- Scenes count, size and number of nodes on each scene.- Resources count and size.- Display most used resources and file types on a pie graph.- Exclude files or directories from statistics generation.