I'm an experienced programmer learning Unity for the first time. I know this is the most basic and common error for the newbies. I think I have got it right but it still produces this error. What am I doing wrong?
UnassignedReferenceException: The variable player of 'GameManager' has not been assigned.
You probably need to assign the player variable of the GameManager script in the inspector.
I think the following screenshot provides everything needed.
![alt text][1]
[1]: /storage/temp/18860-screen+shot+2013-12-04+at+11.19.07+am.png
↧