Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2018.4.28f1
Issue ID
1286166
Regression
No
Video won't play at start of scene
This test scene has a video that starts as soon as you enter play mode. This works in the editor or in Desktop Standalone, but it won't work in WEBGL builds.
To reproduce:
- download this project
- open the Menu Scene and press play
- notice that a video will start playing
- ensure the build target is WEBGL
- press build and run
- when the build is finished, in the browser, the video will not play, instead, all I see is a black canvas and the Text item that's also in the scene
Reproduced with 2018.4.28f1, 2019.3.13f1, 2019.4.13f1, 2020.1.10f1, 2020.2.0b8 and 2020.1.0a1
Playing from URL is just as broken. try using this URL to test: https://test-videos.co.uk/vids/bigbuckbunny/mp4/h264/720/Big_Buck_Bunny_720_10s_2MB.mp4
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
VideoClip cannot be used with WebGL, but Playback using URL does work, so the Docs need to be updated instead