BuildReportAnalyzer
8 tools in this family (folder Editor/Tools/BuildReportAnalyzer/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
buildreport_compile_messages | read-only | Return every compile message captured during the most recent build. Each row carries |
buildreport_dispatch_top_recommendation | writes | Resolve the top BuildReport recommendation (by size_savings_estimate_bytes desc) and |
buildreport_export_html | writes | Render the latest BuildReport as Markdown + HTML and write both files to |
buildreport_load_latest | read-only | Load the BuildReport Unity wrote at Library/LastBuild.buildreport after the most recent |
buildreport_recommendations | read-only | Run the BuildSizeRecommender against the latest BuildReport and return a ranked list of |
buildreport_step_durations | read-only | Return the build pipeline phase timings (BuildReport.steps) sorted by duration desc. |
buildreport_summary | read-only | Return high-level totals from the latest BuildReport: platform, build target, output path, |
buildreport_top_size_hogs | read-only | List the top N largest assets shipped in the most recent build, sorted by packed_size |