NullReferenceException: Object reference not set to an instance of an object. #278
-
This repo is amazing in every way! It's so useful.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi! Looking at your error, it looks like the method you're trying to invoke is not available publicly. Make sure the method you're trying to invoke is available via a script which is attached to a game object with the name matching the first parameter passed to the send method in your React application. Let me know if this helps you. If you're unable to resolve this problem, feel free to reply on this thread. Some example code would be helpful as well. Best of luck! |
Beta Was this translation helpful? Give feedback.
Hi! Looking at your error, it looks like the method you're trying to invoke is not available publicly. Make sure the method you're trying to invoke is available via a script which is attached to a game object with the name matching the first parameter passed to the send method in your React application.
Let me know if this helps you. If you're unable to resolve this problem, feel free to reply on this thread. Some example code would be helpful as well.
Best of luck!