Skip to content

Releases: RenderHeads/UnityPlugin-AVProMovieCapture

AVPro Movie Capture v5.2.0 - 14 December 2023

14 Dec 16:02
0e975e0

Choose a tag to compare

For full documentation about features, usage and upgrading please visit the developer portal

Changelog

General

  • Enchancements
    • #305 Reworked CaptureFromScreen to not call StartCoroutine every frame
    • #338 Added property for _pauseCaptureOnAppPause
    • #324 Added option to enable audio clips to be reset on capture start
    • Added convenience method SetMicrophoneRecordingHint to CaptureBase

macOS/iOS

  • Enhancements
    • #331 Added fixed and nearest frame presentation timestamp modes for realtime capture

iOS/Android

  • Enhancements
    • #235 Added support for writing webcam texture orientation metadata to the captured video file

Android

  • Fixes
    • #344 Fixed issue with captures being flipped when using the CaptureFromTexture component
  • Known Issues
    • When using Unity 2022 or later, CaptureFromScreen will produce incorrect captures when using the Vulkan graphics API with PlayerSettings.vulkanEnablePreTransform enabled

AVPro Movie Capture v5.1.8 - 12 September 2023

12 Sep 13:28
0e975e0

Choose a tag to compare

For full documentation about features, usage and upgrading please visit the developer portal

Changelog

macOS/iOS

  • Fixes
    • #308 Fixed issue with Capture From Screen component not capturing when using Unity 2022 or later with URP
    • #311 Fixed issue with audio capture from microphone continuing when the capture is paused
    • #316 Fixed issue with failing to save captures to the photo library

iOS

  • Enhancements
    • #301 Added support for bluetooth audio input devices

Android

  • Fixes
    • Fixed issue with output being incorrect on some devices when no capture rotation is enabled and the encoder does not support the resolution being requested
  • Known Issues
    • When using Unity 2022 or later, CaptureFromScreen will produce incorrect captures when using the Vulkan graphics API with PlayerSettings.vulkanEnablePreTransform enabled

AVPro Movie Capture v5.1.7 - 26 June 2023

26 Jun 16:33
0e975e0

Choose a tag to compare

For full documentation about features, usage and upgrading please visit the developer portal

Changelog

General

  • Improvements
    • #279 Added warning if capture component is disabled before file writes have completed
    • #294 Fixed camera rotation not being honoured with mono camera in Capture From Camera 360 (VR) component

macOS/iOS

  • Fixes
    • #276 Fixed issue with captures in linear colourspace coming out darker when using URP
    • #292 Plugin built with Xcode 13.2.1 to resolve bitcode compatibility issue with Unity

AVPro Movie Capture v5.1.6 - 13 May 2023

13 May 14:47
0e975e0

Choose a tag to compare

For full documentation about features, usage and upgrading please visit the developer portal

Changelog

Windows

  • Fixes
    • Fix for Basic version failing to start captures

AVPro Movie Capture v5.1.5 - 10 May 2023

10 May 18:47
0e975e0

Choose a tag to compare

For full documentation about features, usage and upgrading please visit the developer portal

Changelog

Windows

  • Fixes
    • #268 Fixed issue with downscaling cropping instead of scaling

Android

  • Fixes
    • #267 Fixed issue with the OpenGLES renderer when the capture format is YVU8_420_BiPlanar
    • #269 Fixed issue with UV planes not being reversed on hardware requiring YVU input into the media codec

macOS

  • Fixes
    • Fixed issue with captures being inverted when capturing from texture using the OpenGL Core renderer
    • Fixed issue with captures being offset when capturing from screen within the editor using the OpenGL Core renderer

AVPro Movie Capture v5.1.4 - 3 March 2023

03 Mar 11:36
0e975e0

Choose a tag to compare

For full documentation about features, usage and upgrading please visit the developer portal

Changelog

Android

  • Fixes
    • #260 Fixed issue with movies captured on certain devices not playing back in Chrome and Edge browsers
    • #265 Fixed issue with MediaCodec not being released quickly enough by JavaVM

AVPro Movie Capture v5.1.3 - 15 February 2023

15 Feb 13:46
0e975e0

Choose a tag to compare

For full documentation about features, usage and upgrading please visit the developer portal

Changelog

General

  • Fixes
    • Fixed issue with CaptureGUI 'View Last Capture' button not working when the capture file is moved as part of the file writing post-process

Android

  • Improvements
    • Added support for capturing with limited (video) and full (pc) colour ranges
  • Fixes
    • Fixed issue with capturing images when using the Vulkan API and “Apply display rotation during rendering” is enabled
    • Fixed issue with codec profile and level not being set correctly
    • Fixed issue with capture not being relocated to Videos folder if "Streamable MP4" is disabled
    • #238 Fixed crash caused by attempting to record audio from device when permission has not been granted

AVPro Movie Capture v5.1.2 - 14 December 2022

14 Dec 10:59
0e975e0

Choose a tag to compare

For full documentation about features, usage and upgrading please visit the developer portal

Changelog

Android

  • Fixes
    • Fixed issue with captures failing or being incorrect when capturing from WebCamTexture on some devices

macOS/iOS

  • Fixes
    • #226 Fixed issue with captures being over-bright when using the gamma colourspace

iOS

  • Fixes
    • #228 Fixed issue with capturing from WebCamTexture

AVPro Movie Capture v5.1.1 - 7 December 2022

07 Dec 17:37
0e975e0

Choose a tag to compare

For full documentation about features, usage and upgrading please visit the developer portal

Changelog

Android

  • Fixes
    • Fixed issue with the capture output being incorrectly oriented when using the OpenGLES renderer and having "Apply display rotation during rendering" enabled in the player settings

macOS/iOS

  • Fixes
    • #225 Fixed issue with metal captures being cropped oddly

AVPro Movie Capture v5.1.0 - 30 November 2022

30 Nov 12:20
0e975e0

Choose a tag to compare

For full documentation about features, usage and upgrading please visit the developer portal

Changelog

General

  • Improvements
    • Added support for capturing transparency using split Left/Right or Top/Bottom modes
    • #194 Improved captures when using the URP/HDRP pipeline
    • #198 Improved 360 capturing where screen-space effects are present
    • #208 360 Capture - Added support for overlapping the render of each cube face to help alleviate seams when using fullscreen post-process effects such as bloom

Android

  • Improvements
    • Added Vulkan support
  • Fixes
    • #207 Fixed video capture stuttering when capturing offline with the OpenGLES renderer