I have a Compound parent Empty with three children each set to Add to Parent;
When I call removeParent() on one of these children during runtime, the child comes away fine, but the Empty collides as if it was still attached.
What’s the cure? I need to somehow tell the physics engine that the compound shape has changed. Tried i.reinstancePhysicsMesh(); and i.restoreDynamics(); and no joy.