Apply Impulse to Character Controller

Discuss any questions about BEPUphysics or problems encountered.
Post Reply
Stevemata
Posts: 33
Joined: Sat Mar 17, 2012 11:11 pm

Apply Impulse to Character Controller

Post by Stevemata »

I'm attempting to apply a jumppad type effect to the character controller and I'm having some trouble getting the player to fly off in an arc. What would be the best way to do this?
Norbo
Site Admin
Posts: 4929
Joined: Tue Jul 04, 2006 4:45 am

Re: Apply Impulse to Character Controller

Post by Norbo »

If you're using the CharacterController or SphereCharacterController, they try to stick to the ground. Forcing a jump (or equivalently clearing the support data like a jump does) will unstick them, allowing an impulse to fully boost the character.
Post Reply