I would like to alter how walking backwards works. I would like to change it to keep the character and camera looking forward but move the camera, character controller, and character backward. Looking at the 3rd person camera code it uses the horizontal axis controlled by the up and down arrows to control moving forward or backward. How would I best change this to meet the above requirement? Any help in the right direction would be appreciated.
The code base I started with is the springfollowcamera.js script and thirdpersoncontroller.js.
Thanks!