I was going through a CharacterController tutorial . In that tutorial i stuck on the following two statement …
forward = transform.forward; /* Both Vector3
right = Vector3(forward.z, 0, -forward.x); */
what is -forward.x ??? what is its purpose ?