Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.2.8f1
2018.3.0a1
2019.1.0a1
Issue ID
1091040
Regression
No
[WASM] UnityLoader doesn't throw an error when wasmCodeUrl path is invalid
How to reproduce:
1. In the attached "TestFor1091040.zip" project go to TestBuild -> Build
2. In the TestBuild.json file modify the "wasmCodeUrl" path to make it incorrect
3. Run the build in a browser
4. Open browser's console
5. Notice that the build doesn't load and there's no error indicating that the wasmCodeUrl path is invalid
Expected result: UnityLoader throws an error for an invalid path
Actual result: UnityLoader doesn't throw an error for an invalid path
Reproducible with: 2018.3.1f1, 2019.1.0a13
Note: UnityLoader.js has this code added to it for the error handling:
UnityLoader.Error.handler = function(e, t) {
console.log("Captured error: "+e);
}
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
- Text render issues and various exceptions in TextCore when using TextSettings option "Match Material Presets"
- NullReferenceException error is thrown when unpacking multiple instances of the same UI Document
- URP Decal Projectors don't render when they are hidden in the Hierarchy, unlike other GameObjects
- Reflection Probe “adjusting number of stops to over or under expose the texture” setting does not update in Scene realtime
- UI Toolkit rendered text breaks when toggling FontWeight styles through code
Resolution Note (2019.2.X):
We are currently working on a new WebGL loader and we will address this there.