For some reason “Mesh Collider” isn’t move.
My process.
-
I made cube which scale is (10,1,10) in (0,0,0).
-
I made sphere which scale is(1,1,1) in (0,10,0).
-
I rename the spahere to ball.
-
I delete ball’s component which is “Sphere Collider”.
-
I made “Mesh Collider” in ball.
-
I made “rigidbody” in ball.
Resulting in,the ball through the cube. Why the ball through the cube?
I don’t want the ball through the cube.