|
Hi, this is my first post on UnityAnswers and I'm working on a first person racing game where you can only jump. Well that's the premise of it. I've got the basic move script but i can also use the CharacterMotor script if necessary. My question is what would I add to the script to make the character jump in the air but also forward with space bar and no other buttons or outside forces? Thanks in advance, Ex
(comments are locked)
|

I've edited the movescript to jump on x axis also but is there any way to make the player jump in the direction of the center of the screen when spacebar is pressed?