I wrote this script watching a video (im a total beginner) which is for first person movements, if someone needs it i will link it. When i run my code, i get these errors:
Oh, that means i just didnt see it right. Thank you, tomorrow i will try and tell you. From my opinion the other error seems like is caused from something else, do you know what?
Itâs both a typo with âQuanternionâ and âTransformâ.
âQuanternionâ just needs that extra ânâ removed.
âTransformâ should start with a lowercase âtâ in order to reference the Transform component attached to the GameObject, because you are currently referencing the Transform class itself.