You may have noticed that position and rotation are determined by three number values, X, Y, and Z. A Vector3 is a useful type of object that lets us store three numbers together in one variable.
Unlike the number variables that we have made so far, Vector3 is a class, which means to create a variable of this type we have to use the keyword new.