OpenCV-Unity3D-Object-Tracking
OpenCV-Unity3D-Object-Tracking copied to clipboard
UnassignedReferenceException
Hello, thank you for sharing your work. I am getting this error when I run : UnassignedReferenceException: The variable hero of SocketClient has not been assigned. You probably need to assign the hero variable of the SocketClient script in the inspector. SocketClient.Update () (at Assets/Scripts/SocketClient.cs:109)
I think maybe ReceiveData() is not fast enough for the Update (I changed Receivedata a bit to receive a couple of datas and put them in a table), but I don't know how to fix it. Thank you for your help :)