3D Survival Shooter Tutorial Movement Code Errors
ok i filled out the movement script and im getting these three errors:
Assets/Scripts/Player/PlayerMovement.cs(55,3): error CS1547: Keyword void' cannot be used in this context Assets/Scripts/Player/PlayerMovement.cs(55,17): error CS1525: Unexpected symbol
(', expecting ,',
;', or =' Assets/Scripts/Player/PlayerMovement.cs(55,27): error CS1525: Unexpected symbol
float', expecting ,',
;', or `='
however ive checked the script on the unity site and its exactly as it should be??? im using the newest version of unity if that changes anything.
Same this is what im getting too im currently enrolled in a class for c++ and my $$anonymous$$cher is gonna help me on c# ill let u know if we fix it @$$anonymous$$uftiday
Your answer
Follow this Question
Related Questions
3D space movement: character stuck at edge in free space 0 Answers
StackOverFlowException: The requested operation caused a stack overflow 1 Answer
How can i look for collisions of the bulidngs in may array ? how can i use OnTRiggerEnter/exit ? 0 Answers
Input.GetAxisRaw always returns -0.6 1 Answer
How do i fix this error? Cannot implicitly convert type `Sprite' to `UnityEngine.Sprite' 1 Answer