Skip to content

Issue with Metamask connect #419

Closed Answered by jeffreylanters
ngmisl asked this question in Help Wanted!
Discussion options

You must be logged in to vote

When using a WebGL plugin in your Unity project, it may contain custom JavaScript. This is usually inserted into the output HTML.

When using React Unity WebGL, your only using the actual Unity build, and are not including the build's HTML thus losing the JavaScript included with it. This is why you're getting this error.

A solution would be to move the build's external JavaScript into your project, and include it into your React's base HTML.

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@ngmisl
Comment options

@jeffreylanters
Comment options

Answer selected by ngmisl
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants