
Capture the last seconds of Play Mode as MP4 instantly—no external builds. Easy setup, background encoding, timestamped files. Editor only.Capture the final moments of your Unity Play Mode directly as an MP4 with a single press of F9. Instant Replay (Editor-Only) buffers gameplay and audio, then encodes seamlessly in the background—no PNGs, no WAVs, just clean MP4 output with timestamped filenames.It’s perfect for:Capturing bugs, devlogs, or highlightsFast iteration and debuggingMinimal setup—just point to ffmpeg and go!⚠️ Note: Unity does not allow distributing executables, so ffmpeg is not bundled.You must download it once from the official source:👉 https://www.gyan.dev/ffmpeg/builds/After downloading, either:Copy ffmpeg.exe into Assets/InstantReplay/FFmpeg/ (auto-detected), orSet the path to your ffmpeg.exe in the Inspector.Once installed, you’re ready to hit F9 and save your replays.One-click capture (F9): Instantly save the last few seconds of gameplay without interrupting flow.MP4-only pipeline: No intermediate PNG or WAV files—clean, efficient, and space-saving.Background encoding: Runs ffmpeg without freezing the Editor.Timestamped filenames: Never overwrite; every replay is uniquely named by date/time.Flexible quality settings: Customize resolution, FPS, and buffer length to fit your workflow and memory.Audio included: Captures game sound through your standard AudioListener.Two setup options:Copy ffmpeg.exe into Assets/InstantReplay/FFmpeg/Or assign a path in the Inspector if you prefer your own ffmpeg location