Search Issue Tracker
By Design
Votes
1
Found in
2020.2.0a5
Issue ID
1230970
Regression
Yes
[Linux editor] empty WebGL project fails building
-e: see title, project fails building throwing errors
-tested on Ubuntu 18.04.4 LTS
--fails with 2019.3.7, 2020.1b1, 2020.2a5
-repro:
--create new project
--switch platform to WebGL
--start a build
--NOTICE it fails with an error
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (2020.1.X):
WebGL uses IL2CPP to build projects. IL2CPP requires LLVM >=6.0 to be installed (not installed by default on some Linux distributions), just as it requires MSVC on Windows and Xcode on Mac. There is work being done to have a package that includes LLVM and other necessary tools so it doesn't depend on what's installed in the system. There is also work being done to improve the error messaging when the build fails because of missing compiler, and update the documentation with system requirements.
For now, installing LLVM is a requirement to build WebGL.