.unityweb extension #188
Unanswered
stefanwerleman
asked this question in
Help Wanted!
Replies: 1 comment 2 replies
-
Hi! What version of the Module and Unity are you using? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello I'm trying to follow the directions on the npm page and import my unity game onto my react app. I noticed when I build the webgl game, I get the following files that are different from the filenames in the npm page:
I'm only getting one
.js
file and the other three end with a.unityweb
extension.I followed the instructions and implemented the
UnityContext
below:If this is the appropriate way to implement this, then I should see my unity game inside the bordered box, but it's not showing.
Any suggestions would be very helpful 👍
Beta Was this translation helpful? Give feedback.
All reactions