Using scripts with the plugin #393
Unanswered
NFTYieldFarm
asked this question in
Question and Answer
Replies: 1 comment
-
Hi! Where most plugins add these scripts to your build's HTML file, you should be able to copy these scripts, and add these manually to the React's HTML file and public directory. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have built in socket-io to my unity project and need to expose the webGL instantiation to it.
In normal html I just wrap the var with the script and it works well:
<script src="TemplateData/UnityProgress.js"></script>but how would I do this with the plugin?
Beta Was this translation helpful? Give feedback.
All reactions