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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
VideoClip cannot be used with WebGL, but Playback using URL does work, so the Docs need to be updated instead