Page 1 of 1
Apply Impulse to Character Controller
Posted: Fri Jul 20, 2012 2:25 am
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?
Re: Apply Impulse to Character Controller
Posted: Fri Jul 20, 2012 3:08 am
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.