- Home /
Can't add script; Script has not finished compilation yet.
I'm not sure what I'm doing wrong. I'm trying to add a script to my game but it says I have to wait until compilation of the script has finished. there is nothing to indicate compilation, so I'm not sure what to do.
Answer by metaphysico · Jan 12, 2014 at 06:34 PM
The only time I have seen this problem is when I am missing a closing brace ie } Make sure everything has opening and closing. Clicking to the side of a brace will highlight its mating brace.
If its a small class post the code so we can look for problems that my be breaking it.
Also I would assume missing ; may also cause the problem, but cannot confirm this right now.
Try opening the script using Visual studio, it is usually better about showing problems on closing statements missing and such.
Your answer

Follow this Question
Related Questions
Can't add script; Script has not finished compilation yet. 0 Answers
I Dont Get How I Use List.Find 1 Answer
adding a clip to a animation component via script 5 Answers
Score not adding! 2 Answers