I know it is bad for performance to have a static collider (one with no rigidbody) that moves around and you are instead supposed to use a kinematic rigidbody.
Is it however, just as ok to have a kinematic rigidbody parent with static collider children? Will the engine just treat it as one large kinematic rigidbody or are the children processed as individual static colliders?