Sending array from React to Unity #311
Answered
by
jeffreylanters
tobenwarrior
asked this question in
Help Wanted!
-
Hi is it possible to send an array from react to unity? been looking around but cant find a way to do it |
Beta Was this translation helpful? Give feedback.
Answered by
jeffreylanters
Jan 20, 2022
Replies: 1 comment
-
Hi. There is no native support for this. The two easiest ways to achieve this are using JSON or something like a coma separated string. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jeffreylanters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi. There is no native support for this. The two easiest ways to achieve this are using JSON or something like a coma separated string.