Edit of asset "Godot Project Doctor Mini" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | Godot Project Doctor Mini | |
| Description |
Godot Project Doctor Mini is a small Godot 4 editor plugin that scans your project and writes Markdown and JSON diagnostic reports. It surfaces the problems that pile up quietly — broken script and resource references, oversized textures, heavy scenes, empty folders, and export-readiness gaps — before they reach a build or a teammate. The same scanner runs two ways: as an in-editor dock (one-click "Scan Project") and headless in CI via a reusable GitHub Actions workflow that can post a compact pull-request comment. Reports come from one shared schema, so the dock, the files, the CI summary, and the PR comment never disagree. Features - "Project Doctor" editor dock with one-click scan - Markdown + JSON reports from a single schema - Headless scan script for local automation and CI - Severity summary and filters (error / warning / info) - Thresholds, ignore patterns, and baseline controls to keep findings quiet - Reusable GitHub Actions workflow (report-only / warn / fail-on-errors) Checks: missing scripts, broken resource paths, large textures, heavy scenes, export preset readiness, import settings issues, per-frame _process() usage, empty folders, and an optional experimental unused-file check. Free and MIT licensed. Requires Godot 4.6 or newer. Documentation & full project page: https://vav-labs.com/products/doctor-mini Source & releases: https://github.com/Vav-Labs/godot-project-doctor-mini |
Godot Project Doctor Mini is a small Godot 4 editor plugin that scans your project and writes Markdown and JSON diagnostic reports. It surfaces the problems that pile up quietly — broken script and resource references, oversized textures, heavy scenes, empty folders, and export-readiness gaps — before they reach a build or a teammate. The same scanner runs two ways: as an in-editor dock (one-click "Scan Project") and headless in CI via a reusable GitHub Actions workflow that can post a compact pull-request comment. Reports come from one shared schema, so the dock, the files, the CI summary, and the PR comment never disagree. Features - "Project Doctor" editor dock with one-click scan - Markdown + JSON reports from a single schema - Headless scan script for local automation and CI - Severity summary and filters (error / warning / info) - Thresholds, ignore patterns, and baseline controls to keep findings quiet - Reusable GitHub Actions workflow (report-only / warn / fail-on-errors) Checks: missing scripts, broken resource paths, large textures, heavy scenes, export preset readiness, import settings issues, per-frame _process() usage, empty folders, and an optional experimental unused-file check. Free and MIT licensed. Requires Godot 4.6 or newer. Documentation & full project page: https://vav-labs.com/products/doctor-mini Source & releases: https://github.com/Vav-Labs/godot-project-doctor-mini |
| Category | Tools | |
| License | MIT | |
| Repository Provider | GitHub | |
| Repository Url | https://github.com/Vav-Labs/godot-project-doctor-mini | |
| Issues Url | https://github.com/Vav-Labs/godot-project-doctor-mini/issues | |
| Godot version | Godot 4.6 | |
| Version String | 0.2.8 | |
| Download Commit | c560c65ceebf2914a55c040e4b44e6be07704d2e | |
| Download Url (Computed) | https://github.com/Vav-Labs/godot-project-doctor-mini/archive/c560c65ceebf2914a55c040e4b44e6be07704d2e.zip | |
| Icon Url |
https://raw.githubusercontent.com/Vav-Labs/godot-project-doctor-mini/master/icon.png
|
|