Error in BUILD with UnityWebRequest but not in Editor
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 ?
Your answer
Follow this Question
Related Questions
How to make a script wait for a UnityWebRequest to finish for WebGL without a coroutine? 1 Answer
Storing timetstamp when building for WebGL with C# 0 Answers
What's the proper way to make my game listen to a browser's javascript event? 0 Answers
How to retrieve nested JSON variable - sendMessage WebGL 0 Answers
UnityWebRequest error on WebGL 0 Answers