Search Unity

No collisions with parent?

Discussion in 'Physics' started by Innovine, Feb 20, 2019.

  1. Innovine

    Innovine

    Joined:
    Aug 6, 2017
    Posts:
    522
    I have two gameObjects, one with a rigidbody (isKinematic) and both have colliders, set as triggers.

    My OnTriggerEnter and OnTriggerLeave work fine as long as the objects are not parented. But if I parent one to the other, I do not get the events. Why is this?