Version 2.1.8 - 27 July 2021
General
- Improvements
- Media can now toggle play/pause by clicking on the the
MediaPlayer
preview area in the Inspector window - Scripting documentation improved for
PlaylistMediaPlayer
component
- Media can now toggle play/pause by clicking on the the
- Changes
- #875
PlaylistMediaPlayer
has been improved with new methodsPlay()
andPause()
to correctly control the playlist logic PlaylistMediaPlayer
has had theAutoPlay
option removed as it is no longer needed due to theStartMode
optionPlaylistMediaPlayer
has more properties exposed for scripting
- #875
- Fixes
- #867 Fixed issue in
PlaylistMediaPlayer
where the first item would be skipped if it was set to transition before the end
- #867 Fixed issue in
Windows
- Improvements
- Seeking and scrubbing through Hap/NotchLC videos performance greatly improved
- Changes
- Player is now in a paused state by default on startup until
Play()
is called, previouslyIsPaused()
would return false when the video was loaded
- Player is now in a paused state by default on startup until
- Fixes
- #855 #873 Fixed crash bug when running on Windows 7 systems without KB2670838 which adds D3D11.1 support
- #877 Fixed issue where Hap/NotchLC videos would not update frames sometimes after seeking, or would lock up during seeking
- Fixed issue where using few buffers in Hap/NotchLC could result in no frames being produced, causing stalling
- Fixed change in 2.1.7 which allowed Hap/NotchLC feature to be disabled
iOS / macOS / tvOS
- Improvements
- Added
Preferred Forward Buffer Duration
setting to the player settings - Can now modify network settings during media playback by updating the platform options
- Added