Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.2.0a1
Issue ID
1393231
Regression
No
[UI][UX][VideoClip] There's no proper way to know that VideoClip is not supported on WebGL
How to reproduce:
1. Open the attached project
2. Open "Video Scene" scene
3. Observe Cube game object and VideoPlayer component
Expected result: There's a warning in UI that VideoClip is not supported on WebGL
Actual result: No issues with component
4. Build & Run project on WebGL
Expected result: Video Plays as expected
Actual result: "Failed to load resource: the server responded with a status of 404 (Not Found)" error spamming console.
The Expected Error: should inform the user that VideoClip is not supported on WebGL. Use URL
Also, there's no mention of this issue in the public documentation:
https://docs.unity3d.com/2022.1/Documentation/Manual/class-VideoPlayer.html
Expected result: Mention WebGL limitation in VideoClip property description
Reproducible on: 2021.2.7f1, 2022.1.0b2, 2022.2.0a1
Notes:
- I noticed the "AudioClip is not supported on WebGL. User URL" warning only once in the console. I suppose while building after deleting the Library folder and never saw it again.
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
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
- White lighting artifact when a point light with a small emission range and "Hard Shadows" touches an object while a directional light with "Soft Shadows" and another point light are present
Resolution Note (2022.2.X):
The warning in the Editor console as well as the warning in the browser console are sufficient in the UI. We are updating the docs as well (tracking here: https://jira.unity3d.com/browse/PLAT-589)