- Home /
Figured it out
3D Movement but the player can only move backwards (Beginner)
I want to make a small game where the player can only move backwards (3D First Person) and everywhere I look there's the Horizontal and Vertical movement systems which I can't change, and the ones I have changed don't move, even when I fix the errors. I'm using a Character Controller. Any way to do this?
Answer by Llama_w_2Ls · Jan 12, 2021 at 10:01 PM
If you're using a character controller, can't you just use controller.Move(-transform.forward);
? -transform.forward is the reverse direction of forward, which is backward, so your player will always move backwards. @ImARealPerson (or are you real?!)
Follow this Question
Related Questions
How can i make my character jump and slide on command? 0 Answers
How to make a 3rd person character controller 0 Answers
how to make automatic gradual acceleration 1 Answer
Strange Character Controller Behavior Caused by Simulated Gravity and Ground Check 0 Answers
sonic movement stick to the ground 1 Answer