- Home /
how to add colliders to several objects?
I have a building made of several objects and I need to add collision to it. what would be the best way to go about this, because I don't want to have to add colliders to each object individually. If it helps, several of the objects are grouped. for example, a pillar has all the objects that make it up in on big group.
Is it possible to add a mesh collider to different things all at once?
Answer by DaveA · Jul 13, 2011 at 07:12 PM
Put the collider on the grouping game object. A bounding box is the simplest way, but you could make a mesh collider that approximates your child objects.
Your answer

Follow this Question
Related Questions
Destroying objects with the same name that are touching eachother. 1 Answer
Retrieving Multiple RaycastHit Colliders 1 Answer
Turn off all Colliders from Scene 1 Answer
physics.OverlapSphere colliders 1 Answer
Multiple Colliders Issue 3 Answers