Escape By Any Means Devlog pt4


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.

Get Escape By Any Means