I have an object with a child object.
The parent has a rigidbody and a box collider.
The child has a trigger polygon collider.
When an object hits the child, it causes the parent to move, which is not what I want to happen (I want the child to just be a trigger, no interaction or anything other than triggering when it touches something); any suggestions?