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.
- Host: GitHub
- URL: https://github.com/mminer/recorder-plugin-starter
- Owner: mminer
- Created: 2021-05-17T04:48:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T04:03:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-31T03:46:13.914Z (3 months ago)
- Topics: unity, unity-editor, unity3d, unity3d-editor
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.