wwdmbvbb a77c81a46d unnity stuff há 3 anos atrás
..
Documentation~ a77c81a46d unnity stuff há 3 anos atrás
Editor a77c81a46d unnity stuff há 3 anos atrás
Runtime a77c81a46d unnity stuff há 3 anos atrás
Samples~ a77c81a46d unnity stuff há 3 anos atrás
Tests a77c81a46d unnity stuff há 3 anos atrás
CHANGELOG.md a77c81a46d unnity stuff há 3 anos atrás
CHANGELOG.md.meta a77c81a46d unnity stuff há 3 anos atrás
Editor.meta a77c81a46d unnity stuff há 3 anos atrás
LICENSE.md a77c81a46d unnity stuff há 3 anos atrás
LICENSE.md.meta a77c81a46d unnity stuff há 3 anos atrás
README.md a77c81a46d unnity stuff há 3 anos atrás
README.md.meta a77c81a46d unnity stuff há 3 anos atrás
Runtime.meta a77c81a46d unnity stuff há 3 anos atrás
Tests.meta a77c81a46d unnity stuff há 3 anos atrás
package.json a77c81a46d unnity stuff há 3 anos atrás
package.json.meta a77c81a46d unnity stuff há 3 anos atrás

README.md

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.