CreditsScrollGenerator
6 tools in this family (folder Editor/Tools/CreditsScrollGenerator/ 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 |
|---|---|---|
credits_apply_default_template | writes | Write a starter CreditsSpec (indie-team-of-3 template) to |
credits_export_to_video_metadata | writes | Emit a JSON sidecar describing the scroll (sections, durations, cue points, ending card) for |
credits_generate_code | writes | Validate a credits spec and emit 4 runtime .cs files (Controller / Layout / Skip / Audio) into |
credits_import_from_csv | writes | Import a designer-authored CSV into a CreditsSpec. Expected columns: section,role,name. |
credits_propose_from_prompt | read-only | Use the active LLM to draft a complete credits scroll spec from a free-text prompt. |
credits_validate_spec | read-only | Validate a credits spec file. Reports errors (block code-gen) and warnings (informational). |