keijiro / FrameDump

A small utility for exporting image sequence from Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FrameDump

FrameDump is a small utility for exporting multiple image sequences at once from Unity.

YouTube video

(Sample video made with FrameDump and ffmpeg)

How to use

  1. Create an empty game object and add Dumper to it.
  2. Set frame rate and record length.
  3. Add Capture to cameras that you want to dump.
  4. Start Play Mode.

What’s it useful for?

This in only useful when you have to export multiple image sequences from multiple cameras at once. You can find more easy-to-use solutions if there is only a single camera.

About

A small utility for exporting image sequence from Unity


Languages

Language:C# 92.7%Language:Shell 7.3%