com.unity.recorder 3.0.0

com.unity.recorder

Notes: processedReleased June 30, 2021

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4 (1f1)

Package Dependencies

📈 Improvements

  • Prevent invalid GPU callback data from being written to a frame: this change skips the problematic frame and logs an error message.

🔧 Bug Fixes

  • Do not perform the color space conversion from linear to sRGB for RenderTextures that are already sRGB.
  • Ensure that the color space conversion from sRGB to linear is performed when required for EXR files
  • Fixed an exception that occurred when sending a RenderTexture to a Recorder before creating this RenderTexture.
  • Fixed issues with the Recorder samples about synchronizing multiple recordings and resetting the Game view resolution.