user6430126
user6430126

Reputation:

Don't know how to use collider in Unity3D

I'm having a weird problem. I just downloaded an object model from the internet which is a garbage can, and I inserted it into Unity.

It seems to ave no collider! I also added Box Collider but again it does not work too, and I can go through the object!

Here's the image of project and the object with its components. Can you please tell me what's going on?

enter image description here

Upvotes: 0

Views: 158

Answers (1)

Jesus_Crie
Jesus_Crie

Reputation: 26

Hy,

The cube collider is useless. Your mesh collider don't work because there is no mesh on your object. The mesh must be on a child of this element.

Sorry for my bad english i'm french.

Upvotes: 1

Related Questions