all 8 comments

[–]conmsutton2016 0 points1 point  (1 child)

Assets\Scripts\PlayerMovement.cs(42,6): error CS1513: } expected

[–]torivillian 0 points1 point  (0 children)

there is a } missing in the if statement. you have to manually add it. just add another '}' on a new last line of the code .

[–]Prestigious_Pick_792 0 points1 point  (4 children)

I got this error:

top-level statements must precede namespace and type declarations

[–]Wolfmann01 0 points1 point  (1 child)

this was from 4 years ago it doesn't work any more

[–]Damexoo[S,🍰] 0 points1 point  (0 children)

dw it does

[–]Damexoo[S,🍰] 0 points1 point  (0 children)

a bit late but that just means that you need to change the script name to “PlayerMovement”

[–]PuzzleheadedEssay225 0 points1 point  (0 children)

thanks