Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 782 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 782 Bytes

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.