Hello, I’m working on a character with several collision capsules. With this, I will be able to make more accurate collisions.
The problem is : When I remove all physics collision or collision responses from the Root component (CollisionCylinder) or if I make it’s size smaller than the child components, the child components ignore all collisions too.
Is there a way to remove / ignore the Root collisions but keep those of the childs ?