Hey all,
I have a game object that has multiple game object children which are loaded dynamically. All the children have meshes and the main game object doesn’t. The main game object does have a box collider which the children have not. So what I would like to do now is set the bounds of that boxcollider of the parent to fit the childmeshes. Does anyone know how to do this?