- Home /
Question by
ImGundulf · Feb 22, 2021 at 10:07 PM ·
errorwebglexportexport problem
Can't export to webgl
Hello, when I try to export my game to WebGL I get many errors, and when I export to Linux it works fine. Thanks in advance. Error:
Exception: Unity.IL2CPP.Building.BuilderFailedException: /home/computer/Unity/Hub/Editor/2020.2.5f1/Editor/Data/PlaybackEngines/WebGLSupport/BuildTools/Emscripten/emcc.py:781: SyntaxWarning: "is not" with a literal. Did you mean "!="?
newargs = [arg for arg in newargs if arg is not '']
Comment
Is it a full log of the error? Anyway, if you are building for WebGL on Linux, chances are that you are missing libtinfo.so.5. Please check this thread.
Your answer
Follow this Question
Related Questions
i cant use wepGL in unity 0 Answers
WebGL game doesn't run: Uncaught abort(215) 1 Answer
Can't export game to WebGL??? | Failed running InternalCallRegistrationWriter.exe ? 0 Answers
Can't export to webGL 2 Answers
Compile errors using WebGl plattform 2 Answers