com.unity.recorder 5.1.1

com.unity.recorder

Source docs
Notes: processedReleased June 4, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2023.1 (1f1)

📈 Improvements

  • Disallow `ActiveCamera` from being selected with SRP-based projects as a camera source.
  • Display an error when a Recorder is set to capture from a Targeted Camera in a project using URP 2D Renderer.
  • Prevent reset on HDCameras history when there is no change of resolution.
  • Output resolution `Match Window Size` is now labeled `Use Game View resolution` to reflect the associated behavior. It also shows the current resolution of the Game View.
  • Show a warning when the requested `Output Resolution` conflicts with the current Game View resolution as Recorder needs to force change the `Output Resolution` of the Game View for the recording.

🔧 Bug Fixes

  • Ensure that camera's rotation is retained when recording monoscopic 360 views.
  • Ensure an alpha channel is added when the Editor targets a mobile platform.
  • FFmpeg sample: prevent performance issue during a recording when the CPU main thread takes longer than usual to process a frame. This can happen when the Play Mode is paused or when a scene is being loaded.