Unable to Send Message while Unity is not Instantiated. #503
-
Beta Was this translation helpful? Give feedback.
Answered by
namjohn920
Apr 20, 2023
Replies: 1 comment
-
I solved it. I was doing it in the other component that did not have . I moved sendMessage function in the the page where is. Now it works. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
namjohn920
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I solved it. I was doing it in the other component that did not have . I moved sendMessage function in the the page where is. Now it works.