Help with defintions in my code (CS1061 AND CS0103)
I need help implementing some code that I found online. When I wrote the code in I got two error messages.
(21,40): error CS1061: 'Transform' does not contain a definition for 'postion' and no accessible extension method 'postion' accepting a first argument of type 'Transform' could be found (are you missing a using directive or an assembly reference?)
(22,9): error CS0103: The name 'directon' does not exist in the current context