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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- WebGL sends wrong value with large numbers when SendMessage function is used
- Add Behaviour dropdown has a part in which the dropdown outline is cut out when the Add Behaviour dropdown is opened
Resolution Note:
VideoClip cannot be used with WebGL, but Playback using URL does work, so the Docs need to be updated instead