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

https://github.com/mminer/recorder-plugin-starter

Bare-bones Unity Recorder plugin to use as starting point.
https://github.com/mminer/recorder-plugin-starter

unity unity-editor unity3d unity3d-editor

Last synced: 3 months ago
JSON representation

Bare-bones Unity Recorder plugin to use as starting point.

Awesome Lists containing this project

README

        

# Recorder Plugin Starter

This Unity package demonstrates a bare-bones
[Recorder](https://docs.unity3d.com/Manual/com.unity.recorder.html) 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.