com.unity.recorder 4.0.0-pre.3

com.unity.recorder

Notes: processedReleased January 20, 2022

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2022.1 (1f1)

Package Dependencies

Features

  • Added a new "Encoder" drop down with the Unity Media Encoder and ProRes Encoder.
  • Added a new public Encoder API to allow users to create their own Encoders for seamless integration into the Movie Recorder.
  • Added a new "Custom" quality for the Unity Media Encoder, with different options for H.264 MP4 and VP8 WebM.

📈 Improvements

  • Updated minimum required Unity Editor version to 2022.1.
  • Renamed the "Capture" section to "Input" and the "Format" section to "Output Format".
  • Moved the "Include Audio" option to the "Output Format" section of the Recorder Window.
  • Ignore "Capture Alpha" in Movie Recorder instead of logging an error when the encoder doesn't support an alpha channel.
  • Changed the encoder API to improve the readability of scripted Recorders and allow users to use the ProRes encoder from script.

🔧 Bug Fixes

  • Prevent the user from starting a recording session from the Recorder window if the Unity Editor has compiler errors.
  • Make sure to always restore the asynchronous shader compilation setting's original value when the recording session ends.