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
-
pixlogix01
Sep 27, 2024 12:55
Pixlogix is a leading web design and development company in India, offering innovative digital solutions since 2007. Specializing in web design, eCommerce, and digital marketing, Pixlogix serves clients globally, delivering tailored solutions that boost brand visibility and performance. Visit -
pixlogix.com/hire-dedicated-wordpress-developers-india/
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
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.