I’m creating a 2D sidescrolling platformer where the character is affected by psysics. The problem is, when I use a rigid body character controller the force while I’m controlling the character interferes with other surrounding forces. Is there a way I can use a regular character controller, yet still have the character affected by physics?
Any help would be greatly appreciated.
Thanks.