ShipCheck Lite
ShipCheck Lite is a free Godot 4 editor addon that helps catch common project issues before export.
It scans your project for release risks that are easy to miss while working in the editor, including broken resource paths, missing scripts, InputMap mistakes, path casing issues, debug leftovers, oversized assets, missing export preset paths, project setting problems, and basic release-risk warnings like .env files, secret-looking strings, .gdignore traps, and plain HTTP URLs.
ShipCheck Lite is built for solo developers, jam games, students, hobby projects, and anyone who wants a quick pre-export sanity check without setting up CI.
What Lite checks
- Missing script references
- Broken
res://resource references - Case-sensitive path mismatches
- Project settings and autoload problems
- InputMap actions used in code but missing from Project Settings
- Debug leftovers like
print,printerr,breakpoint,TODO, andFIXME - Missing export presets or blank export paths
- Oversized assets based on configurable limits
- Basic release-risk issues like
.env, secret literals,.gdignore, and plain HTTP URLs
Editor workflow
Install the addon, enable ShipCheck Lite, open the ShipCheck dock, and press Scan.
You can filter issues by severity, search findings, open files from the report, copy paths, ignore known issues, and export a Markdown report.
ShipCheck Pro
ShipCheck Pro adds the deeper release workflow features:
- CLI/headless scanning
- CI-style fail modes
- Baseline tracking for known vs new issues
- JSON and HTML reports
- Advanced GDScript style and quality checks
- Scene connection checks
- Stale
uid://checks - Asset hygiene checks
- Performance hot-path checks
Need CI checks, baselines, HTML reports, and deeper scanners? Get ShipCheck Pro here:
License
ShipCheck Lite is owned by Dragon Scar Studio, LLC.
You may use and modify ShipCheck Lite for your own personal, educational, internal business, or game development projects. You may not redistribute, resell, repackage, upload, or claim ShipCheck Lite as your own product.
See the full license here:
Changelog for version v0.10.0
No changelog provided for this version.