Skip to content

Releases: RenderHeads/UnityPlugin-AVProVideo

AVPro Video v3.0.0 - 22 March 2024

22 Mar 09:56
c8dfbde
Compare
Choose a tag to compare

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

Changes

General

  • Changed
    • Android and Apple C# player layer merged to bring commonality and speed increase when interfacing to native plugin

iOS / tvOS

  • Added
    • Simulator support

visionOS

  • Added
    • Support for visionOS

Android

  • Added
    • Vulkan rendering pipeline support
  • Changed
    • ExoPlayer usage updated to use media3

Windows

  • Added
    • #1565 Added WinRT HTTPAsyncRequestHandler
  • Fixed
    • Addressed some memory leaks
    • #1637 #1700 Fixed video frames occasionally render incorrectly fully transparent

AVPro Video v3.0.0-RC4 - 20 March 2024

20 Mar 18:10
c8dfbde
Compare
Choose a tag to compare
Pre-release

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

Changes

iOS/tvOS/visionOS

  • Fixes
    • Fixed issue with certain symbols not being stripped leading to build issues when using Unity's XR framework

AVPro Video v3.0.0-RC3 - 20 March 2024

20 Mar 14:43
c8dfbde
Compare
Choose a tag to compare
Pre-release

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

Changes

iOS/tvOS/visionOS

  • Fixes
    • #1789 No longer exporting symbols for UnityPluginLoad and UnityPluginUnload

AVPro Video v3.0.0-RC2 - 18 March 2024

18 Mar 17:52
c8dfbde
Compare
Choose a tag to compare
Pre-release

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

Changes

General

  • Fixes
    • Fixed issue that stopped update v2.x to v3.x process

Android

  • Fixes
    • Improved memory performance
    • OES flicker addressed

AVPro Video v3.0.0-RC1 - 15 March 2024

15 Mar 17:29
c8dfbde
Compare
Choose a tag to compare
Pre-release

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

Changes

General

  • Changed
    • Android and Apple C# player layer merged to bring commonality and speed increase when interfacing to native plugin

iOS / tvOS

  • Added
    • Simulator support

visionOS

  • Added
    • Support for visionOS

Android

  • Added
    • Vulkan rendering pipeline support
  • Changed
    • ExoPlayer usage updated to use media3

Windows

  • Added
    • #1565 Added WinRT HTTPAsyncRequestHandler
  • Fixed
    • Addressed some memory leaks
    • #1637 #1700 Fixed video frames occasionally render incorrectly fully transparent

AVPro Video v2.9.3 - 11 March 2024

11 Mar 14:45
c8dfbde
Compare
Choose a tag to compare

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

Changes

Android

  • Fixes
    • #1713 Fixed OES texture transform issue

AVPro Video v2.9.2 - 26 February 2024

26 Feb 12:14
c8dfbde
Compare
Choose a tag to compare

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

Changes

Windows

  • Fixes
    • Fixed issue with paths to files on a network share not working

iOS/macOS/tvOS

  • Fixes
    • #1721 Fixed issue with the texture transform being incorrect for certain videos
    • #1745 Fixed issue with GetProgramDateTime() always returning 2001-01-01 after repeatedly seeking to the beginning of a HLS Live stream

AVPro Video v2.9.1 - 15 December 2023

15 Dec 16:23
c8dfbde
Compare
Choose a tag to compare

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

Changes

Android

  • Enhancements
    • #1706 Added Facebook360 audio latency setting
  • Fixes
    • #1679 Audio output whilst not playing issue fix
    • #1694 MediaPlayer API path crash fix

iOS/macOS/tvOS

  • Fixes
    • #1704 Fixed issue with the path component of a file URI not being correctly encoded

AVPro Video v2.9.0 - 2 November 2023

02 Nov 16:56
c8dfbde
Compare
Choose a tag to compare

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

Changes

General

  • Enhancements
    • #1059 | #1552 Added Paused and Unpaused events
    • #1627 | #1490 Added support for handling video orientation into the ResolveToRenderTexture component
  • Fixes
    • #1639 Fixed incorrect transform for videos that are landscape flipped

Android

  • Changes
    • Upgraded ExoPlayer from 2.19.0 to 2.19.1
  • Fixes
    • When using the Unity audio pipe, samples from the buffer are now no longer drained/returned when video is paused
  • Enhancements

iOS

  • Fixes
    • #1653 Fixed issue with Unity audio output mode failing due to changes in how the audio processing tap works with iOS 17
    • #1671 Disabled audio spectrum visualisation in the Media Player demo scene on iOS due to it causing GPU issues on certain devices with iOS 17

AVPro Video v2.8.5 - 31 August 2023

31 Aug 13:54
c8dfbde
Compare
Choose a tag to compare

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

Changes

General

  • Enhancements
    • #1627 Added support for scaling to the ResolveToRenderTexture component

Android

  • Enhancements
    • #1619 Added ability to force TCP as the default RTP transport

Windows

  • Fixes
    • Fixed issue with videos not playing in 32-bit builds

iOS/macOS/tvOS

  • Fixes
    • Fixed issue with display aspect ratio (DAR) not being applied
    • #1460 Fixed issue with the colour transform not being applied correctly for full range (pc) videos
    • #1626 Fixed issue with ExtractFrame clearing the screen instead of the target render texture
    • #1625 Potential fix for crash