Hiya,
I am trying to delete all Rigidbodies from the children of a GameObject, however I am having trouble doing so.
I have a (fairly) complex hierarchy of objects (I have several levels) and need to remove all Rigidbodies (and box colliders, later) from all child objects (and of course, the top level object).
Would anyone know how to do this?