Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.20f1
2022.2.11f1
2023.1.0b8
2023.2.0a6
Issue ID
UUM-30946
Regression
No
Video file stored in the persistent data path is not loaded and the error "404" is thrown in the browser Console when running the WebGL build
How to reproduce:
1. Open the project “IN_34468”
2. Press the file → Build And Run
3. Press the “Space” key
Expected result: image and video is loaded
Actual result: image loaded without a video with an error in the browser Console “Failed to load resource: the server responded with a status of 404 (Not Found)“
Reproducible with: 2021.3.20f1, 2022.2.11f1, 2023.1.0b8, 2023.2.0a6
Couldn’t test with: 2020.3.46f1 (due to compiler errors)
Note: not reproducible in Windows Standalone and Editor
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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Resolution Note:
The WebGL platform only supports Videos from internet URLs, not from the IDBFS. We will consider this as a future feature.