Asset Inventory
beginner conceptsEditor Doctor Pro · Core Concepts
Asset Inventory
The Asset Inventory answers a simple question: what is in my project? Eight tabs - Materials, Shaders, Prefabs, Textures, Audio, Meshes, Scenes, Code - give you a sortable, filterable inventory of everything under Assets/, with one-click drilldown.
Open it from Window > Kronnect > Editor Doctor Pro > Asset Inventory.
Tabs
| Tab | Columns |
|---|---|
| Materials | Name, Shader, Render Queue, GPU Instancing, Keyword count, Path. |
| Shaders | Name, Pipeline, Variant count (best-effort estimate), Used-by-material count, Path. |
| Prefabs | Name, Variant chain depth, Override count, Component count, Used-in-scenes count, Path. |
| Textures | Name, Resolution, Format, Estimated VRAM, Read/Write flag, Path. |
| Audio | Name, Channels, Length, Load type, Estimated runtime size, Path. |
| Meshes | Name, Vertex count, Triangle count, Read/Write flag, Estimated runtime size, Path. |
| Scenes | Name, In Build Settings (yes / no), Disk size, Path. |
| Code | Name, asmdef, Lines (best-effort), Path. |
Filtering and sorting
Every column is sortable - click the header to toggle ascending / descending. The text search at the top of each tab matches on every visible column. Combine sort, search and the per-tab toggles (e.g. Only Read/Write enabled on the Textures tab, Only large on Meshes) to narrow the view.
Locate and open
Click any row to ping the asset in the Project window. Double-click to open it in its native editor - the Inspector for textures and audio, the Prefab editor for prefabs, the IDE for scripts.
Trash and Clean buttons
Two extra columns help you clean up:
- Trash - shows whether the asset is currently candidate for Safe Delete. Click the cell to open Safe Delete with that asset preselected.
- Clean - shows whether the Asset Health module flagged the asset (e.g. uncompressed texture, mesh with Read/Write enabled). Click to open the Doctor with the relevant filter applied.
Export to CSV
Click Export CSV in the toolbar to save the current tab as a flat CSV (UTF-8, RFC 4180). The file mirrors the visible columns in the order shown. Useful for spreadsheet pivots, ticket attachments, and programmatic post-processing.
Suggest an improvement
Help us improve this documentation page.