Skip to main content

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.

ToolEffectDescription
buildreport_compile_messagesread-onlyReturn every compile message captured during the most recent build. Each row carries
buildreport_dispatch_top_recommendationwritesResolve the top BuildReport recommendation (by size_savings_estimate_bytes desc) and
buildreport_export_htmlwritesRender the latest BuildReport as Markdown + HTML and write both files to
buildreport_load_latestread-onlyLoad the BuildReport Unity wrote at Library/LastBuild.buildreport after the most recent
buildreport_recommendationsread-onlyRun the BuildSizeRecommender against the latest BuildReport and return a ranked list of
buildreport_step_durationsread-onlyReturn the build pipeline phase timings (BuildReport.steps) sorted by duration desc.
buildreport_summaryread-onlyReturn high-level totals from the latest BuildReport: platform, build target, output path,
buildreport_top_size_hogsread-onlyList the top N largest assets shipped in the most recent build, sorted by packed_size