CinematicComposer
8 tools in this family (folder Editor/Tools/CinematicComposer/ 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 |
|---|---|---|
composer_add_post_fx_to_timeline | writes | Wire a Volume Profile (or fall back to PostProcessVolume on legacy projects) per shot of an existing… |
composer_build_timeline_from_shot_list | writes | Materialize a shot list (from composer_generate_shot_list) into a real TimelineAsset + |
composer_compose_full | writes | One-shot pipeline: generate a shot list AND build the Timeline asset in a single call. |
composer_export_to_recorder | writes | Configure Unity Recorder to render an existing Composer timeline to MP4. The Recorder package |
composer_generate_shot_list | read-only | Generate a structured shot list (JSON) from a director's prompt using the user's BYOK provider. |
composer_modify_shot_duration | writes | Edit the duration of one CinemachineShot clip on an existing Composer timeline. Following clips |
composer_swap_camera_target | writes | Re-wire the LookAt and/or Follow target on a CinemachineCamera (or legacy CinemachineVirtualCamera) |
composer_validate_timeline | read-only | Sanity-check a Composer-built TimelineAsset: empty clips, missing virtual cameras, broken transition… |