Unity inside React JS: Magic header problem #234
Answered
by
jeffreylanters
yurivlm
asked this question in
Help Wanted!
-
I'm trying to insert a build unity of type WebGL in the react JS application. However, I am having a problem with the file called WASM (WebAssembly) provided by Unity. My purpose is to show the game on the webpage. NOTE: If there are easier solutions, I'm receptive. My code:
Error:
|
Beta Was this translation helpful? Give feedback.
Answered by
jeffreylanters
Sep 6, 2021
Replies: 1 comment 2 replies
-
You should not import your build but enter the URLs to the public files instead. See the documentation for further details. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
yurivlm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should not import your build but enter the URLs to the public files instead. See the documentation for further details.