C
C#5mo ago
jaquavion

how do i fix this unity error

I am currently learning how to do movement for my character but unity keeps telling me something is wrong. This is the error message Assets/PC movement.cd(15,64):error CS1002: ; expected
No description
4 Replies
Jimmacle
Jimmacle5mo ago
the error is telling you the line the problem is on and what the problem is specifically, on line 15 you're missing a semicolon
SinFluxx
SinFluxx5mo ago
And line 14
jaquavion
jaquavion5mo ago
Ok I put two semicolons Thanks for the help And now I know that errors tell me which line they are on Thanks
Anchy
Anchy5mo ago
it might be worth installing visual studio community edition with the unity toolset as well