react-unity-webgl issue : A problem occurred while mounting abort({}) at ERROR #207
Replies: 3 comments 8 replies
-
Hi! Since the error is thrown by |
Beta Was this translation helpful? Give feedback.
-
In my case, I had to solve by adjusting my site's Content Security Template. The error message was misleading, but it seems like the site wasn't allowing the 'execution' of the script when hosted on S3. |
Beta Was this translation helpful? Give feedback.
-
Did you manage to get this working? May I know what do you put on loaderUrl, dataUrl etc? |
Beta Was this translation helpful? Give feedback.
-
WebGL unity build is not working in the hosted site (AWS amplify) but working in development mode.
This is unity.ts:104 where its showing an error
in package.json
added
"react-unity-webgl": "^8.4.2"
@jeffreylanters
Beta Was this translation helpful? Give feedback.
All reactions