
説明
Size Map shows you what is big. Asset Audit shows you what is there.
Project Health Snapshot tells you what is wrong.
One button. No settings. It reads the asset registry — the metadata your
editor already has — and never loads a single asset, so a scan of a
50,000-asset project finishes in under five seconds and cannot touch your
content.
WHAT IT CHECKS
• Oversized textures — source resolution above your project's limit
• Never Stream textures that are still mipped and streamable, so their
full resolution stays resident in memory
• Static meshes with a single LOD and Nanite disabled, rendered at full
detail at every distance
• Sounds with no Sound Class, bypassing your project's mix and routing
• A project summary: texture and mesh counts, and your ten heaviest
static meshes by size
Every finding names the asset, the check that fired, what it means in
plain language, and what it costs you — "texture memory", "rendering
cost", "audio mix control".
WHAT YOU DO WITH IT
Sort by severity or asset. Filter by asset, message or check id. Export
the whole report to HTML or Markdown and hand it to your team or attach
it to a ticket.
IT CHANGES NOTHING
This is a read-only health check. It opens no asset, writes no asset and
saves nothing. There is no settings screen to configure and nothing to
undo, because nothing was done.
IT STAYS ON YOUR MACHINE
No account, no API key, no telemetry — nothing is ever sent to us. The
plugin opens no network connection of its own. The only link is the one
in your report, and your browser opens it when you click it.
SUPPORTED
Unreal Engine 5.6, 5.7 and 5.8. Windows. Editor-only — nothing is
compiled into your packaged game.
INSTALLING
This plugin ships as source, so the editor will offer to rebuild it the
first time you open your project. Accept, and it compiles in about a
minute. You need a C++ toolchain installed (Visual Studio 2022 with the
"Game development with C++" workload) — this is true of any source
plugin, and it works in Blueprint-only projects too.
NEED THE FIXES?
Project Health Snapshot finds problems. Its paid companion, Project Audit
+ Safe Fixes, adds twelve deeper checks and fixes them — with a preview
of every change before it happens, a tick box per fix, and one Ctrl+Z that
puts everything back. Nothing is ever saved behind your back.

