Search Results for

    Show / Hide Table of Contents

    Version 2.0.0 BETA-2 - 9 July 2020

    General

    • New MediaReference asset type for specifying media sources
    • Improved inspector UI for MediaPlayer component
    • All time values changed from milliseconds (as floats) to seconds (as doubles) for easier use and higher precision
    • Better UI support for live streams

    macOS / iOS / tvOS

    • Entirely new plugin written from scratch, unified codebase, performance and stability improvements
    • macOS support for YCbCr rendering optimisation

    Windows

    • Hap codec now supported when using Media Foundation API with AVI and MOV files (but transparency is not working yet)
    • Added support for the alpha-only format of the Hap codec
    • DirectShow player now support dynamic format changing on video tracks, which allows for higher than 1080p when using the Microsoft H.264 decoder, and also better support for adaptive streaming formats (when using 3rd party filters such as LAV Filters
    • Improvements to audio output mode to Unity AudioSource including supporting a wider range of audio formats, better looping and end of track handling, synchronisation and performance optimisations
    • Fixed a bug where seeking and then calling Play() would revert the seek operation. This only happened when looping was enabled, and only with some specific media
    • Added support for multiple video tracks in Media Foundation
    • Switching audio tracks in Media Foundation no longer has a 1 frame glitch
    • Improved support for live streams
    In This Article