You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
juniorxsound
changed the title
GetAdaptiveVideoFileURL_Returns_Dash_By_Default Unit Test returns HLS on macOS
GetAdaptiveVideoFileURL_Returns_Dash_By_Default Unit Test returns HLS on macOS
May 3, 2019
* Updating the Canvas Player example scene to fix Unity 2019 Audio Source on RectTransform bug 🐛
* Removing PS2 as a build target as it is no longer supported in Unity 2019 (#82)
* Making the CanvasPlayer menu item create an AudioSource on the camera to avoid making a 2D RectTransform AudioSource (#85)
* Fixing adaptive URL unit testing so it takes the test platform into account (#87)
If it is an Apple platform expect HLS manifest, else expect a DASH manifest
Describe the issue
The unit test
GetAdaptiveVideoFileURL_Returns_Dash_By_Default
returns HLS manifest on macOS by default because ofisHlsPlatform
check and failing.Steps to reproduce the problem
Run
GetAdaptiveVideoFileURL_Returns_Dash_By_Default
Unity version
2019/2018/2017
Operating system
macOS 10.14.4
The text was updated successfully, but these errors were encountered: