🦁 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
Reference Viewer
Selecting any finding resolves what references it and what it depends on, shown in the panel below the list.
- Referenced by - the incoming side. For an "unused" finding this is the confidence check: "Referenced by: nothing (confirmed orphan)" means it is genuinely safe to remove.
- Depends on - the outgoing side, what the asset pulls in.
Each entry is clickable and pings the asset in the Project window, so you can jump straight to a referencing asset to verify.
The reference check sees serialized references, not assets loaded by string at runtime (
Resources.Load by name, Addressables by key). "Confirmed orphan" means no serialized references - which is why ScriptableObject-type assets are reported for review rather than one-click deletion.