error CS0246: vector3

I have this problem and I don’t know how to solve it.

Assets\game\script\Player1.cs(28,40): error CS0246: The type or namespace name ‘vector3’ could not be found (are you missing a using directive or an assembly reference?

can someone help?

Vector3 is what it is called. C# is case-sensitive.

1 Like