Question by
TinyGiraffes · May 23, 2017 at 03:02 AM ·
raycastif-statements
[Solved] Error in this code?
So I'm new to C# but not coding, and this error doesn't make sense to me, it may be just that ive stared at this to long.
Assets/Assets/Code/Testclick.cs(30,56): error CS1525: Unexpected symbol `{'
Comment
Answer by Jawchewa · May 24, 2017 at 03:46 AM
The reason for this error is that are missing a closing parenthesis, before the { on line 30.
Answer by TinyGiraffes · May 31, 2017 at 04:42 AM
well no that wasn't it it was actually a missing ) bracket on 29 but Thank you
Your answer
Follow this Question
Related Questions
Raycast "If" statements conflicting with each other. 0 Answers
Stubborn Pick Up Script 0 Answers
Null Reference with ifstatements accessing enum types. 2 Answers
Why Am I Getting Null Reference Exception? 1 Answer
RaycastHit2D ground detection 1 Answer