How to prevent to fall game object towards down?

I am carrying game objects to Unity scene.But When I run the game,game objects is falling towards down.
How can I fix it?
I added Rigidbody component.

Disable gravity on the rigidbody.

1 Like

6168041--674834--gravity.jpg

1 Like

You can set gravity scale to 0, thus disabling gravity.

Thank you mates.I will do it.