Search Issue Tracker
By Design
Votes
1
Found in
2021.3.15f1
2022.1.23f1
2022.2.0f1
2023.1.0a21
2023.2.0a1
2023.3.0a3
Issue ID
UUM-20411
Regression
No
"undefined symbol: WebView_loadHtml (referenced by top-level compiled C/C++ code)" errors when building a WebGL build
How to reproduce:
1. Open the attached project “Main Metabloqs ProjectFiles.zip”
2. Build the project for WebGL
Expected results: Build is successful
Actual results: Build fails with errors “Library\Bee\artifacts\WebGL\build\debug_WebGL_wasm\build.js: undefined symbol: WebView_loadHtml (referenced by top-level compiled C/C++ code)”
Reproducible with: 2021.3.15f1, 2022.1.23f1, 2022.2.0f1, 2023.1.0a21
Could not test with: 2020.3.42f1
Reproducible on: Windows 10
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
- LUT assets are not shown when selecting Spectral Lut with Advanced Object Selector
- GameObjects disappear from Scene view when hidden in Hierarchy and Scene view Eye icon is disabled with GPU Resident Drawer enabled
- [Android] Audio sound is lower in the Player compared to the native music player
- Feet slide and misalign when playing retargeted animations
- IndexOutOfRangeException is thrown in NativePassCompiler when a graphics buffer is used in more than 5 render passes
Resolution Note:
The failure is due to a linking error for a third party asset from the developer "Vuplex". External symbols are defined, but don't have any implementation in an associated .jslib file. Looking at the third party's asset content, they do in fact include a .jslib file which is missing in this project's Assets folder. The Vuplex license file refers to the "WebView for Windows and macOS" asset which is separate from the developer's WebGL asset. This could explain why the .jslib is missing (i.e. wrong platform asset).
Please reach out to the third party asset developer for any further assistance.