Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
VRfriend2016X's avatar
10 years ago

If Character controller is not a rigidbody , how do you perform a Jump in script?

I know there's a math physics algorithm outthere but i can't seem to find it.  Basically my character is a character controller not a rigidbody. If it was a rigidbody, others have suggested just give it an upwards force then it will fall back to the ground.

1 Reply

Replies have been turned off for this discussion
  • PS It's a 3D Game. C# is what i use. and it's for a VR game  that's why my character is not a rigidbody. he's just the OVRCharacterController provided by unity