How to load a 3D virtual tour on ReactJS? #210
Unanswered
OctavioKh
asked this question in
Help Wanted!
Replies: 1 comment
-
Hi, sorry for my late response. I've haven't been able to check or here recently. Thanks for opening an issue. In the case you haven't solved your problem yet, what exactly is happening within your browser? Are you seeing any canvas at all, or do any errors pop-up withint the browsers inspector console? Also good and creative thinking, but loading the scripts via dangerously set innerHTML will not work since the module is waiting for the scripts to load successfully from within the module before mounting the Unity Player. |
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've been trying to set up my unity game on a React application, and i've tried the following so far
Where game.jsx is :
I've also tried loading the scripts from the index.html, and trying to dangerously insert HTML with the scripts from the build, but i'm unable to embed it on my React Project any help would be extremely appreciated..!
Thanks
DOGEwiki
Beta Was this translation helpful? Give feedback.
All reactions