OpenCV-Unity3D-Object-Tracking icon indicating copy to clipboard operation
OpenCV-Unity3D-Object-Tracking copied to clipboard

UnassignedReferenceException

Open gbraud opened this issue 7 years ago • 0 comments

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 :)

gbraud avatar Aug 12 '18 11:08 gbraud