Skip to main content

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.

ToolEffectDescription
replay_export_videowritesExport a ReplayClip to MP4 using Unity Recorder (com.unity.recorder) if installed.
replay_load_clipread-onlyLoad a saved ReplayClip's manifest and frame summary (does not start playback).
replay_play_clipwritesPlay a saved ReplayClip — interpolates transforms between samples, supports slow-mo (speed<1) and
replay_save_clipwritesSlice the ring buffer to [start_seconds, end_seconds] and persist as a ReplayClip on disk.
replay_share_to_youtubewritesStage an MP4 export for YouTube upload — emits an upload-ready file + metadata.json describing title…
replay_start_recordingwritesStart the always-on ring buffer that captures inputs, RNG, and registered transforms for the last N …
replay_stop_recordingwritesStop the ring buffer (frames already captured remain available for replay_save_clip).