Hello I am beginner in unity and I am using unity 3d game kit everything is fine but Some Reason Rigid Body Not working When I Attach Rigidbody Any object Fall down . If Anyone Know this problem please Help me. Sorry for my bad English
You have assign it in playmode right?
Then all worked well, since rigidbodies have gravity. Make sure to put a collider to the object so the rigidbody can collide.
If you dont want the rigidbody to fall down, uncheck the “Use gravity” in the inspector.