An open API service indexing awesome lists of open source software.

https://github.com/keijiro/FrameDump

A small utility for exporting image sequence from Unity
https://github.com/keijiro/FrameDump

Last synced: about 1 year ago
JSON representation

A small utility for exporting image sequence from Unity

Awesome Lists containing this project

README

          

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.