Hi
I have a grounded game object (craft) that has a Vector3.up force added to the rigid body. All works fine, it lifts off vertically as expected, except when I put my FirstPersonController on top of it, then it refuses to budge. At game start, I've tried putting my FPC a little above it, and I can see that it lifts off OK until as soon as it makes contact with the FPC.
I've tried giving the craft a larger mass of 10 and force of 200 to minimise the effect of any extra mass on top of it, but even with ridiculous forces, it still won't budge.
I can put any other rigid body on top with no problem, and adjusting the various masses results in the expected physics behaviour, so I'm sure the problem is solely with the FPC.
Is there a workaround for this?
Thanks
Steve