CutsceneAi
6 tools in this family (folder Editor/Tools/CutsceneAi/ 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 |
|---|---|---|
cutscene_bridge_to_voice_pipeline | writes | For each dialogue beat in a CutsceneSpec, reflectively dispatch to D6 Voice Pipeline tools |
cutscene_build_timeline | writes | Materialize a CutsceneSpec into a real TimelineAsset wiring CinemachineTrack + AnimationTrack + Audi… |
cutscene_export_storyboard_md | writes | Render a CutsceneSpec into a human-readable Markdown storyboard, writing it to disk. The storyboard |
cutscene_iterate | writes | Iterate on an existing CutsceneSpec with a free-text edit prompt (e.g. 'make the dialogue more |
cutscene_propose_from_prompt | read-only | Generate a structured CutsceneSpec (JSON) from a free-text story prompt using the user's BYOK provid… |
cutscene_validate_spec | read-only | Validate a CutsceneSpec JSON: required fields, allowed beat types, time-monotonic beats, |