Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: PaulH on September 16, 2015, 09:26:06 AM

Title: How to add force to a character with a character controller and no rigidbody
Post by: PaulH on September 16, 2015, 09:26:06 AM
hi
i need to 'add force' to a character with a character controller on it but obviously you cant have a rigidbody on with a character controller so the Addforce action wont work.

Anyone know of a solution?

thanks
Title: Re: How to add force to a character with a character controller and no rigidbody
Post by: Lane on September 16, 2015, 09:41:14 AM
AddForce requires a Rigidbody.

I don't think the CharacterController uses physics, so you're trying to use two systems that inherently do not play well together. You should choose either a Physics or Non-Physics control scheme.