You have a variable called `countertext` but in your script code you do not assign it to a `GUIText`. So, Unity has to assume that this variable is given a value in the Inspector. The run-time code hasn't found that assignment, so is recommending that you give it a value in the Inspector. If you have already done that, post a screen shot of the inspector.
↧