Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 472 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 472 Bytes

Recorder Plugin Starter

This Unity package demonstrates a bare-bones Recorder plugin. Given a tagged camera and output dimensions, it saves a PNG image sequence.

This isn't useful on its own — Recorder already supports creating an image sequence, and with far more control over the end result. Rather, you can use this as a starting point for your own Recorder plugin that produces more specialized output.