ReplayRecorder
7 tools in this family (folder Editor/Tools/ReplayRecorder/ 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 |
|---|---|---|
replay_export_video | writes | Export a ReplayClip to MP4 using Unity Recorder (com.unity.recorder) if installed. |
replay_load_clip | read-only | Load a saved ReplayClip's manifest and frame summary (does not start playback). |
replay_play_clip | writes | Play a saved ReplayClip — interpolates transforms between samples, supports slow-mo (speed<1) and |
replay_save_clip | writes | Slice the ring buffer to [start_seconds, end_seconds] and persist as a ReplayClip on disk. |
replay_share_to_youtube | writes | Stage an MP4 export for YouTube upload — emits an upload-ready file + metadata.json describing title… |
replay_start_recording | writes | Start the always-on ring buffer that captures inputs, RNG, and registered transforms for the last N … |
replay_stop_recording | writes | Stop the ring buffer (frames already captured remain available for replay_save_clip). |