So, I’ve been trying to make a player movement script however in line 43, col 23, it displays a error saying that “Operator ‘*’ cannot be applied to the operands of Vector3 and Vector3” and its just starting to get annoying.
Here is the piece of code:
moveDirection = orientation.forward * verticalInput * orientation.right * horizontalInput;
New contributor
scarlet is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.