Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Samples~ | 2021-04-09 | ||
Documentation~ | 2021-04-09 | ||
Editor | 2021-04-09 | ||
Tests | 2021-04-09 | ||
Runtime | 2021-04-09 | ||
README.md | 2021-04-09 | 860 Bytes | |
package.json | 2021-04-09 | 1.3 kB | |
Tests.meta | 2021-04-09 | 172 Bytes | |
LICENSE.md.meta | 2021-04-09 | 158 Bytes | |
package.json.meta | 2021-04-09 | 158 Bytes | |
README.md.meta | 2021-04-09 | 158 Bytes | |
CHANGELOG.md.meta | 2021-04-09 | 158 Bytes | |
Editor.meta | 2021-04-09 | 172 Bytes | |
LICENSE.md | 2021-04-09 | 475 Bytes | |
CHANGELOG.md | 2021-04-09 | 4.1 kB | |
Runtime.meta | 2021-04-09 | 172 Bytes | |
Totals: 16 Items | 7.9 kB | 0 |
UNITY RECORDER
Use the Unity Recorder to capture and save in-game data during Play Mode. For example, use the Unity 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 Unity 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 Unity Recorder also supports Timeline. Use Recorder tracks and clips to trigger recording sessions from Timeline instances.