- Home /
Question by
Case36 · Jul 27, 2015 at 04:51 AM ·
error-cs1525
/Volumes/Seagate Backup Plus Drive/Unity/Projects/Platformer/Assets/Scripts/Controller2D.cs(1,1): Error CS1525: Unexpected symbol `end-of-file' (CS1525) (Assembly-CSharp) - What is this error?
This is a code for my 2D Platformer. I got rid of all the errors. All thats left is a warning and an 'end of file' error. How do I fix this?!
screen-shot-2015-07-26-at-125005-pm.png
(200.6 kB)
Comment
Can you check if the all the curly brackets ("{") in the file are closed? I saw a question like this where that was the problem.
Your answer
Follow this Question
Related Questions
CS1525 : Unexpected symbol 'hbLength' 0 Answers
error CS1525: Unexpected symbol { 1 Answer
error cs1525: Unexpected symbol `GUI', expecting `(' and error cs8025: Parsing error 0 Answers
Error building for windows platforms 0 Answers
error CS1525: unexpected symbol. How do I fix this and why am I getting this error? 1 Answer