CinemachineAdapter
6 tools in this family (folder Editor/Tools/CinemachineAdapter/ 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 |
|---|---|---|
cinemachine_apply_default_template | writes | One-shot: pick a preset (third_person_action | first_person | cinematic_drama) and emit the |
cinemachine_export_vcam_diagram_dot | writes | Export a Graphviz DOT graph (vcam nodes with kind/priority, blend edges with curve+time |
cinemachine_generate_code | writes | Emit Cinemachine adapter code for a CinemachineSpec into Assets/_Game/Cameras/{RigId}/: |
cinemachine_propose_from_prompt | read-only | Validate and normalize a Cinemachine rig that YOU write: virtual |
cinemachine_simulate_blend_curve | read-only | Sample a blend curve at N evenly-spaced points in [0,1] and return CSV (t, value) for |
cinemachine_validate_spec | read-only | Validate a CinemachineSpec JSON for internal consistency: unique vcam ids, allowed vcam |