Posted May 17, 2023 by will2781
This is a new version of rotation.
This version of rotation allows the user to move in the direction they're facing.
This is done by multiplying the x input by transform.right and the z input by transform.forward. This allows you to move in the direction you're facing.
This version lacks the ability to rotate the camera, meaning that that addition may be added later.