Код: Выделить всё
Vector3 velocity = (transform.forward * currentDir.y * transform.right * currentDir.x) * walkSpeed * Vector3.up * velocityY;
Код: Выделить всё
Operator '*' cannot be applied to operands of the type 'Vector3' and 'Vector3'Подробнее здесь: https://stackoverflow.com/questions/706 ... o-vector3s