🦁 Zion Asset Auditor
Find. Fix. Ship clean.
Overview
Installation
Quick Start
Audit Window
Audit Categories
Reference Viewer
Texture Fixes
Safe Delete
History
Settings
CI Mode
Export
Honest Limits
Troubleshooting
Changelog
CI Mode
Run the full audit headless from a build pipeline, write a report, and fail the build when problems appear.
Unity -batchmode -quit -projectPath . \
-executeMethod ZionGames.AssetAuditor.Editor.AuditCI.Run \
-zionAuditReport audit.md \
-zionAuditFailOn critical
Arguments
| Flag | Values | Default |
|---|---|---|
-zionAuditReport | file path (.csv or .md) | none |
-zionAuditFailOn | none / critical / warning / any | critical |
-zionAuditMaxTexture | integer (px) | project setting |
Exit codes
0- audit passed (threshold not breached)1- audit failed (threshold breached)2- the run itself errored
The whitelist is respected in CI, so dismissed findings will not fail a build.