Search Issue Tracker
By Design
Votes
0
Found in
5.5.0p4
Issue ID
875879
Regression
No
Embedded resources in WebGL export only working with fully enabled exceptions
Reproduction Steps:
1- Download attached project.
2- Build solution ResourceLoader.
3- Put built assembly(ResourceLoader.dll) into Assets folder.
4- Load project in Unity.
5- Create empty object.
6- Add "Loader" component to that object.
7- Save scene.
8- Enable embedded resources for WebGL export via "WebGL->Enable Embedded Resources".
9- Make sure "Enable Exceptions" is set to None or Explicitly Thrown in WebGL Player Settings.
10- Export WebGL project.
11- Load index.html.
12- Check browser's developer console output.
Expected Result: "text from resource" is printed to the console.
Observed Result: "stream null" is printed to the console.
Reproduced with: 5.6.0b6, 5.3.6f1
Note: Set "Enable Exceptions" to "Full" in WebGL Player Settings to achieve the expected result.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
- Last segment of a Sprite Shape Spline is affected by other segments' Sprite Variant change when no edge Sprite is selected
Add comment