Search Issue Tracker
Third Party Issue
Third Party Issue in 2023.3.X
Votes
0
Found in
2021.2.0b2
2021.3.12f1
2022.1.21f1
2022.2.0b12
2023.1.0a16
2023.2.0a1
2023.3.0a3
Issue ID
UUM-17795
Regression
Yes
[WebGL] Web Player with UnityWebRequest fails to load on Firefox browser when Compression Format is set to Brotli
Steps to reproduce:
- Open the attached project “WebApiTest.zip” in VisualStudio (Open "WebApiTest.sln")
- Run the project (Browser window should open and print "Hello1<...>Hello10")
- Open the attached Unity project “FireFoxErrors.zip"
- Switch to the WebGL platform
- Build and Run on the Firefox browser
Expected result: The web player is successfully launched in the browser
Actual result: The web player is not loading up, and an error message is thrown:
{code:java}
TypeError: e is undefined
createUnityInstance/l/</<@http://localhost:50174/Build/Test1.loader.js:1:5768
promise callback*createUnityInstance/l/<@http://localhost:50174/Build/Test1.loader.js:1:5745 {code}
Reproducible with: 2021.2.0b2, 2021.3.12f1, 2022.1.21f1, 2022.2.0b12, 2023.1.0a16
Not reproducible with: 2020.3.41f1, 2021.1.26f1, 2021.1.28f1
Could not test with: 2021.2.0a21, 2021.2.0b1 - due to errors when building:
{code:java}
Building Library/Bee/artifacts/WebGL/il2cpp/master_WebGL_wasm/wcpu_Interop.o failed with output:
/bin/sh: /usr/bin/python: No such file or directory
{code}
Notes:
- The issue is not reproducible on Google Chrome, Safari
- The issue is not reproducible if Compression Format is set to Disabled or Gzip
- Tested and reproduced with Firefox 106.0.1 (64-bit) on Windows 11 and MacOS version: 12.6
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
Thank you for reporting a bug to Unity.
This issue doesn't reproduce after a fix that was done by Firefox (https://bugzilla.mozilla.org/show_bug.cgi?id=1829309).
Today we will be closing this case. Thank you again for taking the time to report this issue.
Resolution Note (2023.3.X):
Thank you for reporting a bug to Unity.
This issue doesn't reproduce after a fix that was done by Firefox (https://bugzilla.mozilla.org/show_bug.cgi?id=1829309).
Today we will be closing this case. Thank you again for taking the time to report this issue.