FrameDump is a small utility for exporting multiple image sequences at once from Unity.
(Sample video made with FrameDump and ffmpeg)
- Create an empty game object and add
Dumper
to it. - Set frame rate and record length.
- Add
Capture
to cameras that you want to dump. - Start Play Mode.
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.