DemoBuilder
6 tools in this family (folder Editor/Tools/DemoBuilder/ 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 |
|---|---|---|
demo_build_now | destructive | Run the full BuildPipeline.BuildPlayer with the demo's scene allowlist and build target. |
demo_estimate_size_savings | read-only | Read the latest BuildReport (Library/LastBuild.buildreport) and estimate the MB |
demo_export_marketing_kit | writes | Export a marketing kit under Marketing/Demo/<demo_name>/: screenshots/ folder |
demo_generate_code | writes | Generate the demo runtime files (DemoConfig SO + DemoTimeLimitGuard + DemoSaveBlocker |
demo_propose_from_prompt | writes | Use the active LLM to propose a DemoBuilderSpec from a short prompt describing demo scope |
demo_validate_spec | read-only | Validate a DemoBuilderSpec on disk. Reports missing scenes, illegal time limits, |