UnityContent.send Uncaught abort(176) Error #305
Unanswered
thesoulkiller
asked this question in
Help Wanted!
Replies: 1 comment
-
Apperantly there are similar issues at #304 #79 and #74 but none of them is worked for me. And the error I'm receiving is different. |
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 !
First of all thank you for working on this kind of library, it's really helpful.
I'd like to point out an issue that I'm facing. I can perfectly catch the events thrown from Unity in React however I can't call a Unity function from React side. It gives error:
I'm using the codes from documentation here
The React side:
The Unity 3d side:
I've tried the below codes and I can receive the score in the React side.
Versions:
Unity 2019.4.33f1
react-unity-webgl: "7.1.13"
Any help is appreciated
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions