Upgraded Unity Version from 2019 to 2021, Upgraded react-unity, getting unityContext undefined #302
-
Hello, My team recently upgraded our unity from 2019.1 -> 2021.2. Which meant I had to change reacts version to the newest one due to Unity changing how it builds webgl. I'm currently using react-unity-webgl@8.x as my version. I've been following the examples in the Documentation however, if I do If I run a build through The problem I think is the fact that we are getting builds from the cloud, however I entered the url (that is redacted here) fully and I still got the error. Any solutions to this? ` class TevolveGame extends React.Component {
` |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Never mind I figured it out. I apparently had a render function hidden that was erroring out. |
Beta Was this translation helpful? Give feedback.
Never mind I figured it out.
I apparently had a render function hidden that was erroring out.