- Home /
Question by
em_sharman · May 29, 2015 at 07:27 AM ·
unity 2dscript errorenemies
Unexpected symbol '(' in class, or interface member declaration
I am new to unity, and i am attempting to make a Pacman type game. Unexpected symbol '(', ')', '{' etc. are appearing when i try to run the game. I don't know why at all these errors are coming up, here is my script:
pacman2.png
(21.8 kB)
Comment
Best Answer
Answer by taxvi · May 29, 2015 at 07:29 AM
you are missing a closing bracket on line 11 but I'm not reading through. just make sure you are closing each bracket and brace you open
Your answer
Follow this Question
Related Questions
Why don't my enemies walk toward me? 1 Answer
2D C# Jump Script Addforce 2 Answers
two weird namespace errors 1 Answer
Text looks weird? 1 Answer
Generating enemy that moves in Sine but want to randomize height? 1 Answer