- Home /
insert semicolon error
Hi guys, ima new to Unity and trying to finish all the tutorials, but there is a error that i don't know how to fix? Can you guys help me out? It says insert a semicolon which is what i did, but it keep saying it and idk what to do with it :(
We are not $$anonymous$$d reader wizards. Post your code.
Answer by william9518 · Nov 17, 2013 at 07:49 PM
Why don't you actually INSERT A GOD DAMN SEMICOLON?! A semicolon is this symbol: ';' and is used to end a statement in all top-level coding languages. It should say which line to insert the semicolon at in the error.
An answer that would be viable, if it weren't for the abrasive tone.
But yes, normally the semicolon error comes from not properly ending a line with it. Think about this... all non conditional and function lines should end with a semicolon. This means that all variables and lines within functions should end with a semicolon.
It will tell you exactly where as well.
Just a reiteration of what William said, without the smartassery.
Answer by salex100m · Nov 17, 2013 at 07:11 PM
probably missing a close paren " ) " or a close bracket " } "
or maybe you're missing a semicolon
Answer by forlongtick · Nov 17, 2013 at 08:06 PM
haha, I fixed it. cuz i choose the Java language instead of C#, but even it says build successful, i just can't move the player and idk how.
Your answer
Follow this Question
Related Questions
Insert Semicolon error 1 Answer
insert a semicolon at the end?? 1 Answer
Insert Semicolon error 1 Answer
UCE0001 error Insert a Semicolon at end 1 Answer
Scripting error 1 Answer