Cannot find Box Collider / Rigidbody in standard assets

Another stupid question from a newbie. I cannot find the “Box Collider” or “Rigidbody” assets anywhere to apply to my object hierarchy. I suspect that I don’t have all the requisite standard assets installed but don’t know how to check. Can anyone help?

Thanks!

Hey -- did you ever find a solution?

2 Answers

2

Both are components you can added to an existing game object using the menu:
Component → Physics → Box Collider / Rigidbody

They aren’t assets, they are components integrated in the editor - so you cannot ‘not have them’.

Click on the GameObject you want to add the component to. Click “Component” at the top of the Editor. Select the appropriate component.