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
- Memory leak occurs when repeatedly minimizing and maximizing the UI Builder window
- Crash on block_remove when opening a project with a corrupted library
- Scene View tab becomes unclickable when opening a message from the Console Window with Visual Studio
- UIToolkit Label color gradient is removed when Outline Width is set to anything other than 0
- The selector disappears in the Project Window when selecting anything in the Inspector Window
Resolution Note:
The WebGL platform only supports Videos from internet URLs, not from the IDBFS. We will consider this as a future feature.