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
4 Replies
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
And line 14
Ok I put two semicolons
Thanks for the help
And now I know that errors tell me which line they are on
Thanks
it might be worth installing visual studio community edition with the unity toolset as well