
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/recorder.git README Markdown
Copy this to your project's README.md
## Installation
Add **Recorder** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/recorder.git
```
[](https://www.pkglnk.dev/pkg/recorder)Dependencies (3)
Used By (1)
README
RECORDER
Use the Recorder to capture and save in-game data during Play Mode. For example, use the Recorder to capture and save gameplay as an MP4 file.
A recorder specifies details for creating a recording, including a data source, resolution, and output format. The Recorder package includes the following recorders:
Animation Recorder: generates an animation clip in ANIM format.
Movie Recorder: generates a video in MP4 or WebM format.
Image Recorder: generates a sequence of image files in JPEG, PNG, or OpenEXR format.
GIF Recorder: generates an animated GIF file.
The Recorder also supports Timeline. Use Recorder tracks and clips to trigger recording sessions from Timeline instances.
No comments yet. Be the first!