unity3d - Objects not colliding in 2D project -


i've set 2d project in unity (4.3.4). has ball , ground. ball in air.

to ball i've added box collider 2d , rigidbody 2d, standard values.

to ground i've added box collider 2d.

when run game, ball falls, instead of stopping when hitting ground, continues , keep falling.

where did go wrong? tutorials should work?

check if 1 of 2 colliders has checkbox istrigger checked. should both unchecked collisions work. first time happened me took me whole day figure out xd


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -