LoadingScreenDesigner
6 tools in this family (folder Editor/Tools/LoadingScreenDesigner/ 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 |
|---|---|---|
loadingscreen_apply_default_template | writes | One-shot: emit a canonical Buril LoadingScreen template and lower it to runtime files |
loadingscreen_export_tips_csv | writes | Export the spec's tips[] to a designer-editable .csv file (one tip per line, RFC-4180 |
loadingscreen_generate_code | writes | Lower a LoadingScreenSpec into runtime files: writes LoadingScreenController.cs |
loadingscreen_propose_from_prompt | read-only | Free-text designer prompt → LoadingScreenSpec (kind, art_paths, tips, progress bar, |
loadingscreen_simulate_load_time | read-only | Estimate how long the loading screen will need to display. Walks the spec's art_paths, |
loadingscreen_validate_spec | read-only | Run validation rules on a LoadingScreenSpec JObject — checks namespace is a valid |