Question by
Brylos · Nov 12, 2016 at 08:39 PM ·
charactercontrollercharacter movement
How to make character controller jump?
I have been looking it up but to no avail after hours I cant figure out how to get my character to jump. I'm using a CharacterController. Can anyone please give me insight on how to do it? Thanks in advance :)
Comment
usually you use the .$$anonymous$$ove() function on it with a vector starting with an upwards force you decrease over time yourself in code. Simple$$anonymous$$ove won't allow y movement