Hello i have the following code that's work perfectly in Editor but just crash in .exe buil and WebGL.
In WebGL i have the followings errors.
An error occurred running the Unity content on this page. See your browser JavaScript console for more info. The error was:
uncaught exception: abort("To use dlopen, you need to use Emscripten's linking support, see https://github.com/kripken/emscripten/wiki/Linking")
I searched informations about Emscripten and Linking but i don't understand how to use it and how to solve my problem with it. And i don't think it will solve the problem in the .ex because the error is different : ArgumentNullException : the value can not be null.
Can someone hel me ?
↧