Releases: RenderHeads/UnityPlugin-AVProMovieCapture
Releases · RenderHeads/UnityPlugin-AVProMovieCapture
AVPro Movie Capture v4.7.8 - 26 February 2022
For full documentation about features, usage and upgrading please visit the developer portal
Changelog
Fixes
- iOS / macOS
- #159 Fixed a crash caused by null pointer dereference when an audio capture device has no formats
AVPro Movie Capture v4.7.7 - 3 February 2022
For full documentation about features, usage and upgrading please visit the developer portal
Changelog
Improvements
- General
- #145 Added new component for capturing audio from Wwise in offline rendering mode
Changes
- General
- Added new define symbol
AVPRO_MOVIECAPTURE_WEBCAMTEXTURE_SUPPORTwhich must now be defined for apps that need to capture fromWebCamTexture. This is because on some platforms (iOS, macOS, Android at least) Unity's build system automatically forces webcam permissions for apps with source code containing the string "WebCamTexture", which can cause build issues if this feature is not required.
- Added new define symbol
Fixes
AVPro Movie Capture v4.7.6 - 6 December 2021
For full documentation about features, usage and upgrading please visit the developer portal
Changelog
Improvements
- macOS / iOS
- Improved image capture output when
Stop Modeis set toFrames Encoded
- Improved image capture output when
Fixes
- General
- #137 Fixes issue where MP4 post-processing of files > 4GB would corrupt the file due to bug in co64 injector
- macOS / iOS
AVPro Movie Capture v4.7.5 - 25 November 2021
For full documentation about features, usage and upgrading please visit the developer portal
Changelog
Improvements
- macOS / iOS
- #143 Added support for multi-channel audio capture from device
- Added support for requesting user authorisation for audio capture via the plugin (see ScreenCaptureDemo.cs for example)
AVPro Movie Capture v4.7.4 - 2 November 2021
For full documentation about features, usage and upgrading please visit the developer portal
Changelog
Improvements
- macOS / iOS
- Exposed support for fragmented writing of QuickTime (mov, mp4) files in the Unity Editor
Bug fixes
AVPro Movie Capture v4.7.3 - 27 October 2021
For full documentation about features, usage and upgrading please visit the developer portal
Changelog
Improvements
- General
- Added unsafe path for audio capture from
AudioRendererthat generates less garbage (Unity 2018.1 and above) CaptureAudioFromAudioRenderermemory usage optimised (Unity 2019.3 and above)
- Added unsafe path for audio capture from
- macOS / iOS
- Reduced memory consumption when capturing audio
Bug fixes
- macOS / iOS
- Fixed issue where
Browse LastandView Last Capturewould fail due to the paths being percent encoded incorrectly
- Fixed issue where
AVPro Movie Capture v4.7.2 - 25 October 2021
For full documentation about features, usage and upgrading please visit the developer portal
Changelog
Improvements
- iOS
- Enabled fragmented file writing with the fragment interval set to 30 seconds
- Enabled background processing when stopping the capture so that file writing should complete if the application is moved to the background
- Now automatically stop captures when an application is paused
- Audio session will no longer automatically be adjusted when capturing from the microphone if it has already been configured for recording
Bug fixes
- General
- Fixed Camera Capture demo scene null exception
- Windows
- Fixed Ambisonic EntryPointNotFound exception
- macOS
- #134 Fixed issue with
UnityEditor.StandaloneOSX.MacOSCodeSigningnot being available in Unity 2020.1
- #134 Fixed issue with
AVPro Movie Capture v4.7.1 - 14 October 2021
For full documentation about features, usage and upgrading please visit the developer portal
Changelog
Improvements
- iOS
- #116 Added some configuration options to
SetMicrophoneRecordingHint()
- #116 Added some configuration options to
- Windows
- Upgraded some D3D11/12 internal code to new AVProCore
Bug fixes
- iOS
- #132 Replaced libAVProMovieCapture.a with AVProMovieCapture.m to avoid bitcode compilation issues when archiving projects
AVPro Movie Capture v4.7.0 - 8 October 2021
For full documentation about features, usage and upgrading please visit the developer portal
Changelog
Improvements
- General
- Added support for writing captures to user Pictures/Video folder
- Added prefix to native functions to help prevent name collisions
- macOS / iOS
- Added support for writing captures to the Photo Library
- Windows
- Fixed Windows 7 support and support for older systems without D3D11.1
Bug fixes
- macOS / iOS
- #125 Fixed crash caused by stopping a capture when nothing had been captured
- iOS
- Fixed issue where video captures would fail on versions of iOS prior to 13.0 due to inability of mediaservd to use a provided folder for temporary files
AVPro Movie Capture v4.6.5 - 29 July 2021
For full documentation about features, usage and upgrading please visit the developer portal
Changelog
Improvements
- General
- Completely new and improved documentation PDF and website
- macOS
- When using the
Relative To Projectfolder option, captures will now be saved outside of the application bundle
- When using the
- iOS
- Added pre-process build script to check if an unsupported renderer has been selected
- Improved log output for when the plugin cannot be initialised due to the renderer type being unsupported
Bug fixes