Question by
BLEUM · Jun 26, 2017 at 08:14 AM ·
error message
pls help with unexpected error
Unexpected symbol `{' I cannot figure out what I have to do could somebody pls help me
[1]: /storage/temp/96602-capture.png
capture.png
(22.5 kB)
Comment
Answer by tanoshimi · Jun 26, 2017 at 08:19 AM
Your class definition currently begins and ends on Line 6, so everything after that is causing a syntax error.
Remove the } at the end of line 6.
Your answer
Follow this Question
Related Questions
Error Using UCE0001: ';' expected. Insert a semicolon at the end. 1 Answer
How to fix (NullReferenceException: Object reference not set to an instance of an object) in my case 0 Answers
What does this error mean? 1 Answer
public UnityEngine.UI.Text fixing errors. 1 Answer
fatal error checkdisalowAllocation. Allocating memeort when it is not allowed to allocate memory 4 Answers