- Home /
Can I apply collision and RigidBody components to Multiple objects at once?
I'm having environements like a city or a populated room with objects and stuff. They al need to have collision so that characters don't walk through them.
But they're not just 1 object. they're many. Can i select them all and apply Collision collider and rigidbody at once?
Answer by ZenithCode · Aug 26, 2013 at 06:54 PM
Select all, choose Add Component, choose Box Collider and you're done.
You might need to tweak the collider size for some items.
Another option is to export a collision geometry along with the environment and just enable the collision flag on this one.
Your answer
Follow this Question
Related Questions
Advice for Intersecting Colliders 0 Answers
How to speed up? 3 Answers
Maintain velocity after impact with kinematic rigidbody 1 Answer
Fast object on collider not working 1 Answer
GameObject sometimes collides, but sometimes goes through each other. 0 Answers